Skip to content

Commit dc41cb1

Browse files
committed
Bump k8s dependencies to v0.19.3
1 parent 1b99ae1 commit dc41cb1

File tree

783 files changed

+95918
-114387
lines changed

Some content is hidden

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

783 files changed

+95918
-114387
lines changed

go.mod

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,17 @@ require (
66
github.com/blang/semver v3.5.0+incompatible
77
github.com/ghodss/yaml v1.0.0
88
github.com/go-bindata/go-bindata/v3 v3.1.3
9-
github.com/google/go-cmp v0.4.0 // indirect
109
github.com/imdario/mergo v0.3.8 // indirect
11-
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
1210
github.com/mikefarah/yq/v2 v2.4.1
1311
github.com/onsi/ginkgo v1.12.0 // indirect
1412
github.com/onsi/gomega v1.9.0 // indirect
15-
github.com/pkg/errors v0.9.1 // indirect
16-
github.com/prometheus/client_golang v1.1.0 // indirect
17-
github.com/prometheus/procfs v0.0.5 // indirect
18-
github.com/sirupsen/logrus v1.4.2
19-
github.com/spf13/cobra v0.0.6
13+
github.com/sirupsen/logrus v1.6.0
14+
github.com/spf13/cobra v1.0.0
2015
github.com/stretchr/testify v1.5.1
21-
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271 // indirect
22-
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
23-
k8s.io/api v0.18.2
24-
k8s.io/apiextensions-apiserver v0.18.2
25-
k8s.io/apimachinery v0.18.2
26-
k8s.io/client-go v0.18.2
16+
k8s.io/api v0.19.3
17+
k8s.io/apiextensions-apiserver v0.19.3
18+
k8s.io/apimachinery v0.19.3
19+
k8s.io/client-go v0.19.3
2720
sigs.k8s.io/controller-runtime v0.6.0
2821
sigs.k8s.io/controller-tools v0.3.0
2922
)

go.sum

Lines changed: 202 additions & 14 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/.travis.yml

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

vendor/github.com/cespare/xxhash/v2/LICENSE.txt

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

vendor/github.com/cespare/xxhash/v2/README.md

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

vendor/github.com/cespare/xxhash/v2/go.mod

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

vendor/github.com/cespare/xxhash/v2/go.sum

Whitespace-only changes.

vendor/github.com/cespare/xxhash/v2/xxhash.go

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

vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go

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

0 commit comments

Comments
 (0)