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.22 .0 // indirect
15
+ golang.org/x/net v0.23 .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 @@ -14,8 +14,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
14
14
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
15
15
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
16
16
golang.org/x/net v0.0.0-20211029224645-99673261e6eb /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
17
- golang.org/x/net v0.22 .0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc =
18
- golang.org/x/net v0.22 .0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
17
+ golang.org/x/net v0.23 .0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
18
+ golang.org/x/net v0.23 .0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
19
19
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
20
20
golang.org/x/sys v0.0.0-20210423082822-04245dca01da /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
21
21
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.9.0
15
15
## explicit; go 1.17
16
16
github.com/stretchr/testify/assert
17
- # golang.org/x/net v0.22 .0
17
+ # golang.org/x/net v0.23 .0
18
18
## explicit; go 1.18
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