File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/kr/pretty v0.1.0 // indirect
13
13
github.com/kr/text v0.2.0 // indirect
14
14
github.com/pmezard/go-difflib v1.0.0 // indirect
15
- golang.org/x/net v0.8 .0 // indirect
15
+ golang.org/x/net v0.9 .0 // indirect
16
16
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
17
17
gopkg.in/yaml.v3 v3.0.1 // indirect
18
18
)
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
20
20
github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
21
21
github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
22
22
golang.org/x/net v0.0.0-20211029224645-99673261e6eb /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
23
- golang.org/x/net v0.8 .0 h1:Zrh2ngAOFYneWTAIAPethzeaQLuHwhuBkuV6ZiRnUaQ =
24
- golang.org/x/net v0.8 .0 /go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc =
23
+ golang.org/x/net v0.9 .0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM =
24
+ golang.org/x/net v0.9 .0 /go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns =
25
25
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
26
26
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
27
27
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ github.com/pmezard/go-difflib/difflib
14
14
# github.com/stretchr/testify v1.8.2
15
15
## explicit; go 1.13
16
16
github.com/stretchr/testify/assert
17
- # golang.org/x/net v0.8 .0
17
+ # golang.org/x/net v0.9 .0
18
18
## explicit; go 1.17
19
19
golang.org/x/net/publicsuffix
20
20
# gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
You can’t perform that action at this time.
0 commit comments