We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61539b7 commit b680b31Copy full SHA for b680b31
go.mod
@@ -4,11 +4,11 @@ go 1.18
4
5
require (
6
github.com/stretchr/testify v1.7.1
7
- golang.org/x/net v0.0.0-20220418201149-a630d4f3e7a2
+ golang.org/x/net v0.0.0-20220526153639-5463443f8c37
8
)
9
10
11
- github.com/davecgh/go-spew v1.1.0 // indirect
+ github.com/davecgh/go-spew v1.1.1 // indirect
12
github.com/pmezard/go-difflib v1.0.0 // indirect
13
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+ gopkg.in/yaml.v3 v3.0.1 // indirect
14
0 commit comments