mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Pin godebug default to go1.23
This commit is contained in:
parent
65ef531390
commit
102a9dbab1
2
go.mod
2
go.mod
@ -8,6 +8,8 @@ module k8s.io/kubernetes
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
bitbucket.org/bertimus9/systemstat v0.5.0
|
||||
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
|
||||
|
2
go.work
2
go.work
@ -2,6 +2,8 @@
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
use (
|
||||
.
|
||||
./staging/src/k8s.io/api
|
||||
|
@ -2,6 +2,8 @@ module k8s.io/kubernetes/hack/tools
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/aojea/sloppy-netparser v0.0.0-20210819225411-1b3bd8b3b975
|
||||
github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c
|
||||
|
@ -3,4 +3,6 @@
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
use .
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/api
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/stretchr/testify v1.9.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/apiextensions-apiserver
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/emicklei/go-restful/v3 v3.11.0
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/apimachinery
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/apiserver
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
|
||||
github.com/coreos/go-oidc v2.2.1+incompatible
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/cli-runtime
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/google/gnostic-models v0.6.8
|
||||
github.com/google/go-cmp v0.6.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/client-go
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/cloud-provider
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.6.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/cluster-bootstrap
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.9.0
|
||||
gopkg.in/square/go-jose.v2 v2.6.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/code-generator/examples
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
|
@ -3,4 +3,6 @@
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
use .
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/code-generator
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/component-base
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
github.com/go-logr/logr v1.4.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/component-helpers
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.6.0
|
||||
github.com/stretchr/testify v1.9.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/controller-manager
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/stretchr/testify v1.9.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/cri-api
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/stretchr/testify v1.9.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/cri-client
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/Microsoft/go-winio v0.6.0
|
||||
github.com/fsnotify/fsnotify v1.7.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/csi-translation-lib
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/stretchr/testify v1.9.0
|
||||
k8s.io/api v0.0.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/dynamic-resource-allocation
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
github.com/go-logr/logr v1.4.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/endpointslice
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
|
||||
github.com/google/go-cmp v0.6.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kms
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
google.golang.org/grpc v1.65.0
|
||||
|
@ -2,6 +2,8 @@ module k8s.io/kms/plugins/mock
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/ThalesIgnite/crypto11 v1.2.5
|
||||
k8s.io/kms v0.0.0-00010101000000-000000000000
|
||||
|
@ -3,4 +3,6 @@
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
use .
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kube-aggregator
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/emicklei/go-restful/v3 v3.11.0
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kube-controller-manager
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/cloud-provider v0.0.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kube-proxy
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/component-base v0.0.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kube-scheduler
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.6.0
|
||||
k8s.io/api v0.0.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kubectl
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/MakeNowJust/heredoc v1.0.0
|
||||
github.com/chai2010/gettext-go v1.0.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/kubelet
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/emicklei/go-restful/v3 v3.11.0
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/metrics
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/gogo/protobuf v1.3.2
|
||||
github.com/stretchr/testify v1.9.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/mount-utils
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/moby/sys/mountinfo v0.7.1
|
||||
github.com/opencontainers/runc v1.1.14
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/pod-security-admission
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/blang/semver/v4 v4.0.0
|
||||
github.com/google/go-cmp v0.6.0
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/sample-apiserver
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/google/gofuzz v1.2.0
|
||||
github.com/spf13/cobra v1.8.1
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/sample-cli-plugin
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
|
@ -4,6 +4,8 @@ module k8s.io/sample-controller
|
||||
|
||||
go 1.23.0
|
||||
|
||||
godebug default=go1.23
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.3.0
|
||||
k8s.io/api v0.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user