Skip to content

Commit 61c3de6

Browse files
Bump golang.org/x/net from 0.17.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. - [Commits](golang/net@v0.17.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 302f562 commit 61c3de6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

go.mod

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ module github.com/inguardians/peirates
33
go 1.16
44

55
require (
6-
github.com/PuerkitoBio/purell v1.1.1 // indirect
76
github.com/aws/aws-sdk-go v1.42.4
87
github.com/trung/jwt-tools v0.0.0-20191029184913-432ee57a2445
9-
golang.org/x/net v0.17.0 // indirect
8+
golang.org/x/net v0.23.0 // indirect
109
gopkg.in/square/go-jose.v2 v2.6.0
1110
gopkg.in/yaml.v3 v3.0.0
12-
k8s.io/cli-runtime v0.22.3 // indirect
13-
k8s.io/client-go v0.22.3 // indirect
1411
k8s.io/kubectl v0.22.3
1512
)

0 commit comments

Comments
 (0)