Skip to content

Commit b680b31

Browse files
committed
updated dependencies
1 parent 61539b7 commit b680b31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ go 1.18
44

55
require (
66
github.com/stretchr/testify v1.7.1
7-
golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2
7+
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
88
)
99

1010
require (
11-
github.com/davecgh/go-spew v1.1.0 // indirect
11+
github.com/davecgh/go-spew v1.1.1 // indirect
1212
github.com/pmezard/go-difflib v1.0.0 // indirect
13-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
13+
gopkg.in/yaml.v3 v3.0.1 // indirect
1414
)

0 commit comments

Comments
 (0)