Skip to content

Commit ddfe137

Browse files
committed
Generated files
1 parent e95ea4a commit ddfe137

File tree

26 files changed

+25
-520
lines changed

26 files changed

+25
-520
lines changed

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.14
5+
go 1.13
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.14
5+
go 1.13
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.14
5+
go 1.13
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.14
5+
go 1.13
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.14
5+
go 1.13
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.14
5+
go 1.13
66

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

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.14
5+
go 1.13
66

77
require (
88
github.com/google/go-cmp v0.4.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.14
5+
go 1.13
66

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

staging/src/k8s.io/code-generator/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
44

5-
go 1.14
5+
go 1.13
66

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

staging/src/k8s.io/component-base/cli/flag/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ go_library(
2424
name = "go_default_library",
2525
srcs = [
2626
"ciphersuites_flag.go",
27+
"ciphersuites_flag_114.go",
2728
"colon_separated_multimap_string_string.go",
2829
"configuration_map.go",
2930
"flags.go",

0 commit comments

Comments
 (0)