Skip to content

Commit 9e5b840

Browse files
committed
update go.mod
Signed-off-by: cpanato <[email protected]>
1 parent 88e124e commit 9e5b840

File tree

34 files changed

+61
-61
lines changed

34 files changed

+61
-61
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module k8s.io/kubernetes
88

9-
go 1.21.3
9+
go 1.21
1010

1111
require (
1212
bitbucket.org/bertimus9/systemstat v0.5.0

staging/src/k8s.io/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/api
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/gogo/protobuf v1.3.2

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apiextensions-apiserver
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/emicklei/go-restful/v3 v3.11.0

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apimachinery
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/apiserver
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/coreos/go-oidc v2.2.1+incompatible

staging/src/k8s.io/cli-runtime/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/cli-runtime
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/evanphx/json-patch v4.12.0+incompatible

staging/src/k8s.io/client-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/client-go
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/evanphx/json-patch v4.12.0+incompatible

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/cloud-provider
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/google/go-cmp v0.6.0

staging/src/k8s.io/cluster-bootstrap/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/cluster-bootstrap
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
github.com/stretchr/testify v1.8.4

staging/src/k8s.io/code-generator/examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module k8s.io/code-generator/examples
44

5-
go 1.21.3
5+
go 1.21
66

77
require (
88
k8s.io/api v0.0.0

0 commit comments

Comments
 (0)