Skip to content

Commit a8ceb9a

Browse files
skittericchiang
authored andcommitted
Bump golang.org/x dependencies
The latest versions simplify the transitive dependency tree (see kubernetes/kubernetes#113366 for details). Signed-off-by: Stephen Kitt <skitt@redhat.com>
1 parent 151abff commit a8ceb9a

File tree

2 files changed

+22
-597
lines changed

2 files changed

+22
-597
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ go 1.14
44

55
require (
66
github.com/go-jose/go-jose/v3 v3.0.0
7-
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
8-
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
7+
github.com/kr/pretty v0.1.0 // indirect
8+
github.com/stretchr/testify v1.7.0 // indirect
9+
golang.org/x/net v0.4.0
10+
golang.org/x/oauth2 v0.3.0
11+
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
912
)

0 commit comments

Comments
 (0)