Skip to content

Commit 3a901a4

Browse files
committedSep 22, 2022
fixed testify reference in projects
1 parent 96c914a commit 3a901a4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎FizzBuzz/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module FizzBuzz
22

33
go 1.18
44

5+
require github.com/stretchr/testify v1.7.1
6+
57
require (
68
github.com/davecgh/go-spew v1.1.0 // indirect
79
github.com/pmezard/go-difflib v1.0.0 // indirect
8-
github.com/stretchr/testify v1.7.1 // indirect
910
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1011
)

‎PassValidator/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module PassValidator
22

33
go 1.18
44

5+
require github.com/stretchr/testify v1.7.1
6+
57
require (
68
github.com/davecgh/go-spew v1.1.0 // indirect
79
github.com/pmezard/go-difflib v1.0.0 // indirect
8-
github.com/stretchr/testify v1.7.1 // indirect
910
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1011
)

‎StringCalculator/go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ module StringCalculator
22

33
go 1.18
44

5+
require github.com/stretchr/testify v1.7.1
6+
57
require (
68
github.com/davecgh/go-spew v1.1.0 // indirect
79
github.com/pmezard/go-difflib v1.0.0 // indirect
8-
github.com/stretchr/testify v1.7.1 // indirect
910
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
1011
)

0 commit comments

Comments
 (0)