Pin godebug default to go1.23

This commit is contained in:
Jordan Liggitt 2024-09-10 12:22:40 -04:00
parent 65ef531390
commit 102a9dbab1
No known key found for this signature in database
38 changed files with 76 additions and 0 deletions

2
go.mod
View File

@ -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

View File

@ -2,6 +2,8 @@
go 1.23.0
godebug default=go1.23
use (
.
./staging/src/k8s.io/api

View File

@ -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

View File

@ -3,4 +3,6 @@
go 1.23.0
godebug default=go1.23
use .

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -3,4 +3,6 @@
go 1.23.0
godebug default=go1.23
use .

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -3,4 +3,6 @@
go 1.23.0
godebug default=go1.23
use .

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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