mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-02-14 18:10:17 +00:00
upgrade github.com/google/go-github and k8s.io packages
This commit is contained in:
25
go.mod
25
go.mod
@@ -4,8 +4,8 @@ go 1.23.0
|
||||
|
||||
toolchain go1.24.1
|
||||
|
||||
// When using v0.31.5, need to use this version of structured-merge-diff.
|
||||
// See https://github.com/kubernetes/apimachinery/blob/v0.31.5/go.mod#L30
|
||||
// When using v0.31.6, need to use this version of structured-merge-diff.
|
||||
// See https://github.com/kubernetes/apimachinery/blob/v0.31.6/go.mod#L30
|
||||
// This replace must be in the go.mod, not overrides.conf, because it is an "indirect" dependency.
|
||||
replace sigs.k8s.io/structured-merge-diff/v4 => sigs.k8s.io/structured-merge-diff/v4 v4.4.1
|
||||
|
||||
@@ -27,7 +27,7 @@ require (
|
||||
github.com/gofrs/flock v0.12.1
|
||||
github.com/google/cel-go v0.24.1
|
||||
github.com/google/go-cmp v0.7.0
|
||||
github.com/google/go-github/v68 v68.0.0
|
||||
github.com/google/go-github/v69 v69.2.0
|
||||
github.com/google/gofuzz v1.2.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/gorilla/securecookie v1.1.2
|
||||
@@ -51,16 +51,16 @@ require (
|
||||
golang.org/x/sync v0.12.0
|
||||
golang.org/x/term v0.30.0
|
||||
golang.org/x/text v0.23.0
|
||||
k8s.io/api v0.31.5
|
||||
k8s.io/apiextensions-apiserver v0.31.5
|
||||
k8s.io/apimachinery v0.31.5
|
||||
k8s.io/apiserver v0.31.5
|
||||
k8s.io/client-go v0.31.5
|
||||
k8s.io/component-base v0.31.5
|
||||
k8s.io/api v0.31.6
|
||||
k8s.io/apiextensions-apiserver v0.31.6
|
||||
k8s.io/apimachinery v0.31.6
|
||||
k8s.io/apiserver v0.31.6
|
||||
k8s.io/client-go v0.31.6
|
||||
k8s.io/component-base v0.31.6
|
||||
k8s.io/gengo v0.0.0-20250207200755-1244d31929d7
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
k8s.io/kube-aggregator v0.31.5
|
||||
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
|
||||
k8s.io/kube-aggregator v0.31.6
|
||||
k8s.io/kube-openapi v0.0.0-20250318181150-9d41124bde80
|
||||
k8s.io/utils v0.0.0-20241210054802-24370beab758
|
||||
sigs.k8s.io/yaml v1.4.0
|
||||
)
|
||||
@@ -181,5 +181,6 @@ require (
|
||||
k8s.io/kms v0.32.0 // indirect
|
||||
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
|
||||
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
|
||||
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
|
||||
sigs.k8s.io/randfill v1.0.0 // indirect
|
||||
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user