Skip to content

Commit

Permalink
Pin godebug default to go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Sep 11, 2024
1 parent 65ef531 commit 102a9db
Show file tree
Hide file tree
Showing 38 changed files with 76 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

go 1.23.0

godebug default=go1.23

use (
.
./staging/src/k8s.io/api
Expand Down
2 changes: 2 additions & 0 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions hack/tools/go.work
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

go 1.23.0

godebug default=go1.23

use .
2 changes: 2 additions & 0 deletions staging/src/k8s.io/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/apiextensions-apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/apimachinery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/cli-runtime/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/client-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/cloud-provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/cluster-bootstrap/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/code-generator/examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/code-generator/examples/go.work
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

go 1.23.0

godebug default=go1.23

use .
2 changes: 2 additions & 0 deletions staging/src/k8s.io/code-generator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/component-base/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/component-helpers/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/controller-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/cri-api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/cri-client/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/csi-translation-lib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/dynamic-resource-allocation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/endpointslice/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kms/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kms/internal/plugins/_mock/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kms/internal/plugins/_mock/go.work
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

go 1.23.0

godebug default=go1.23

use .
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kube-aggregator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kube-controller-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kube-proxy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kube-scheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kubectl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/kubelet/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/mount-utils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/pod-security-admission/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/sample-apiserver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/sample-cli-plugin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/sample-controller/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 102a9db

Please sign in to comment.