File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ module FizzBuzz
2
2
3
3
go 1.18
4
4
5
+ require github.com/stretchr/testify v1.7.1
6
+
5
7
require (
6
8
github.com/davecgh/go-spew v1.1.0 // indirect
7
9
github.com/pmezard/go-difflib v1.0.0 // indirect
8
- github.com/stretchr/testify v1.7.1 // indirect
9
10
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
10
11
)
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ module PassValidator
2
2
3
3
go 1.18
4
4
5
+ require github.com/stretchr/testify v1.7.1
6
+
5
7
require (
6
8
github.com/davecgh/go-spew v1.1.0 // indirect
7
9
github.com/pmezard/go-difflib v1.0.0 // indirect
8
- github.com/stretchr/testify v1.7.1 // indirect
9
10
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
10
11
)
Original file line number Diff line number Diff line change @@ -2,9 +2,10 @@ module StringCalculator
2
2
3
3
go 1.18
4
4
5
+ require github.com/stretchr/testify v1.7.1
6
+
5
7
require (
6
8
github.com/davecgh/go-spew v1.1.0 // indirect
7
9
github.com/pmezard/go-difflib v1.0.0 // indirect
8
- github.com/stretchr/testify v1.7.1 // indirect
9
10
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
10
11
)
You can’t perform that action at this time.
0 commit comments