Skip to content

Commit

Permalink
Bump golang.org/x dependencies
Browse files Browse the repository at this point in the history
The latest versions simplify the transitive dependency tree (see
kubernetes/kubernetes#113366 for details).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt authored and ericchiang committed Jan 3, 2023
1 parent 151abff commit a8ceb9a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 597 deletions.
7 changes: 5 additions & 2 deletions go.mod
Expand Up @@ -4,6 +4,9 @@ go 1.14

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

0 comments on commit a8ceb9a

Please sign in to comment.