Skip to content

Commit

Permalink
bump golang.org/x/oauth2
Browse files Browse the repository at this point in the history
Kubernetes-commit: fc9a140badf29382c1396b7de4813849d6f3e3c9
  • Loading branch information
liggitt authored and k8s-publishing-bot committed Jan 4, 2023
1 parent 3e0d990 commit 4dad476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 281 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.4.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/oauth2 v0.3.0
golang.org/x/term v0.3.0
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
google.golang.org/protobuf v1.28.1
k8s.io/api v0.0.0-20221223233726-92fe7a3ca2f4
k8s.io/apimachinery v0.0.0-20221223015414-47a8bb64c845
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/klog/v2 v2.80.1
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
Expand Down Expand Up @@ -59,6 +59,7 @@ require (
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20221223233726-92fe7a3ca2f4
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20221223015414-47a8bb64c845
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
)
Loading

0 comments on commit 4dad476

Please sign in to comment.