Skip to content

Commit b153925

Browse files
committed
Bug 1906916: bump k8s.io from v0.19.0 to v0.20.0
Pickup flowcontrol.apiserver.k8s.io/v1beta1 in minimal attempt to support api-server kube bump by: modify go.mod k8s.io/* v0.19.0 to v0.20.0 $ go mod tidy $ go mod vendor
1 parent b6cfb17 commit b153925

File tree

511 files changed

+50397
-16321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

511 files changed

+50397
-16321
lines changed

go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cockroachdb/cmux v0.0.0-20170110192607-30d10be49292
88
github.com/davecgh/go-spew v1.1.1
99
github.com/ghodss/yaml v1.0.0
10-
github.com/google/uuid v1.1.1
10+
github.com/google/uuid v1.1.2
1111
github.com/hashicorp/golang-lru v0.5.3 // indirect
1212
github.com/imdario/mergo v0.3.8 // indirect
1313
github.com/openshift/api v0.0.0-20200827090112-c05698d102cf
@@ -16,13 +16,13 @@ require (
1616
github.com/pkg/errors v0.9.1
1717
github.com/prometheus/client_golang v1.7.1
1818
github.com/prometheus/client_model v0.2.0
19-
github.com/spf13/cobra v1.0.0
20-
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
21-
k8s.io/api v0.19.0
22-
k8s.io/apiextensions-apiserver v0.19.0
23-
k8s.io/apimachinery v0.19.0
24-
k8s.io/client-go v0.19.0
25-
k8s.io/klog/v2 v2.3.0
26-
k8s.io/kube-aggregator v0.19.0
27-
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
19+
github.com/spf13/cobra v1.1.1
20+
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
21+
k8s.io/api v0.20.0
22+
k8s.io/apiextensions-apiserver v0.20.0
23+
k8s.io/apimachinery v0.20.0
24+
k8s.io/client-go v0.20.0
25+
k8s.io/klog/v2 v2.4.0
26+
k8s.io/kube-aggregator v0.20.0
27+
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
2828
)

go.sum

Lines changed: 196 additions & 0 deletions
Large diffs are not rendered by default.

vendor/github.com/golang/protobuf/proto/text_decode.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/compare.go

Lines changed: 55 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_panic.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/export_unsafe.go

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/go-cmp/cmp/internal/diff/diff.go

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)