mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
Merge pull request #130474 from dims/bump-x/crypto-and-x/oauth2
Bump x/oauth2 and x/crypto Kubernetes-commit: 01ed8ed4ff0a0cbea99370c7a268019829d19e82
This commit is contained in:
@@ -8,10 +8,10 @@ godebug default=go1.24
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.7.0
|
||||
k8s.io/api v0.0.0-20250227200351-c3130ba7ba23
|
||||
k8s.io/apimachinery v0.0.0-20250227200116-758f86daa84e
|
||||
k8s.io/client-go v0.0.0-20250227200727-b46275ad754d
|
||||
k8s.io/code-generator v0.0.0-20250227201746-454ac8210180
|
||||
k8s.io/api v0.0.0-20250228200349-b732bdc2b391
|
||||
k8s.io/apimachinery v0.0.0-20250228200112-609a76591dd3
|
||||
k8s.io/client-go v0.0.0-20250228200728-cb16ee36351f
|
||||
k8s.io/code-generator v0.0.0-20250228201618-9b921c219df1
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
)
|
||||
|
||||
@@ -39,11 +39,11 @@ require (
|
||||
github.com/x448/float16 v0.8.4 // indirect
|
||||
golang.org/x/mod v0.21.0 // indirect
|
||||
golang.org/x/net v0.33.0 // indirect
|
||||
golang.org/x/oauth2 v0.23.0 // indirect
|
||||
golang.org/x/sync v0.10.0 // indirect
|
||||
golang.org/x/sys v0.28.0 // indirect
|
||||
golang.org/x/term v0.27.0 // indirect
|
||||
golang.org/x/text v0.21.0 // indirect
|
||||
golang.org/x/oauth2 v0.27.0 // indirect
|
||||
golang.org/x/sync v0.11.0 // indirect
|
||||
golang.org/x/sys v0.30.0 // indirect
|
||||
golang.org/x/term v0.29.0 // indirect
|
||||
golang.org/x/text v0.22.0 // indirect
|
||||
golang.org/x/tools v0.26.0 // indirect
|
||||
google.golang.org/protobuf v1.35.1 // indirect
|
||||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user