Skip to content

Commit 247fcdf

Browse files
liggittjustaugustus
authored andcommitted
[go1.15] go.mod: update to go1.15
1 parent f33dc28 commit 247fcdf

File tree

28 files changed

+28
-28
lines changed

28 files changed

+28
-28
lines changed

build/go-runner/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module k8s.io/kubernetes/build/go-runner
22

3-
go 1.13
3+
go 1.15
44

55
require github.com/pkg/errors v0.9.1

cluster/addons/fluentd-elasticsearch/es-image/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module fake/import/path
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/davecgh/go-spew v1.1.1 // indirect

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.13
9+
go 1.15
1010

1111
require (
1212
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module k8s.io/kubernetes/hack/tools
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/bazelbuild/bazel-gazelle v0.21.1

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.13
5+
go 1.15
66

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

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.13
5+
go 1.15
66

77
require (
88
github.com/emicklei/go-restful v2.9.5+incompatible

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.13
5+
go 1.15
66

77
require (
88
github.com/davecgh/go-spew v1.1.1

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.13
5+
go 1.15
66

77
require (
88
github.com/coreos/go-oidc v2.1.0+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.13
5+
go 1.15
66

77
require (
88
github.com/davecgh/go-spew v1.1.1

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.13
5+
go 1.15
66

77
require (
88
cloud.google.com/go v0.51.0 // indirect

0 commit comments

Comments
 (0)