Skip to content

Commit cdfe0ee

Browse files
build(deps): bump k8s.io/client-go
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.0.0-20170922112243-82aa063804cf to 0.20.0-alpha.2. - [Release notes](https://github.com/kubernetes/client-go/releases) - [Commits](https://github.com/kubernetes/client-go/commits/v0.20.0-alpha.2) --- updated-dependencies: - dependency-name: k8s.io/client-go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent badb8b5 commit cdfe0ee

File tree

2,092 files changed

+299436
-124098
lines changed

Some content is hidden

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

2,092 files changed

+299436
-124098
lines changed

go.mod

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,65 +4,61 @@ go 1.17
44

55
require (
66
github.com/Microsoft/go-winio v0.4.11
7-
github.com/google/uuid v0.0.0-20170814143639-7e072fc3a7be
7+
github.com/google/uuid v1.1.1
88
github.com/labstack/echo v3.3.10+incompatible
99
github.com/linuxkit/virtsock v0.0.0-20180830132707-8e79449dea07
10-
github.com/pkg/errors v0.8.1-0.20181023235946-059132a15dd0
10+
github.com/pkg/errors v0.9.1
1111
github.com/sirupsen/logrus v1.3.0
1212
github.com/spf13/viper v1.4.0
13-
github.com/stretchr/testify v1.3.0
13+
github.com/stretchr/testify v1.4.0
1414
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
1515
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
16-
k8s.io/api v0.0.0-20170922112058-fe29995db376
17-
k8s.io/apimachinery v0.0.0-20170922111930-9d38e20d609d
18-
k8s.io/client-go v0.0.0-20170922112243-82aa063804cf
16+
k8s.io/api v0.20.0-alpha.2
17+
k8s.io/apimachinery v0.20.0-alpha.2
18+
k8s.io/client-go v0.20.0-alpha.2
1919
)
2020

2121
require (
22-
github.com/PuerkitoBio/purell v1.1.0 // indirect
23-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2422
github.com/davecgh/go-spew v1.1.1 // indirect
25-
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
26-
github.com/emicklei/go-restful-swagger12 v0.0.0-20170208215640-dcef7f557305 // indirect
27-
github.com/fsnotify/fsnotify v1.4.7 // indirect
28-
github.com/ghodss/yaml v1.0.0 // indirect
29-
github.com/go-openapi/jsonpointer v0.0.0-20170102174223-779f45308c19 // indirect
30-
github.com/go-openapi/jsonreference v0.0.0-20161105162150-36d33bfe519e // indirect
31-
github.com/go-openapi/spec v0.0.0-20170914061247-7abd5745472f // indirect
32-
github.com/go-openapi/swag v0.0.0-20170606142751-f3f9494671f9 // indirect
23+
github.com/evanphx/json-patch v4.9.0+incompatible // indirect
24+
github.com/fsnotify/fsnotify v1.4.9 // indirect
25+
github.com/go-logr/logr v0.2.0 // indirect
3326
github.com/gogo/protobuf v1.3.2 // indirect
34-
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
35-
github.com/golang/protobuf v1.3.1 // indirect
36-
github.com/google/btree v1.0.0 // indirect
37-
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf // indirect
38-
github.com/googleapis/gnostic v0.1.0 // indirect
39-
github.com/gregjones/httpcache v0.0.0-20170920190843-316c5e0ff04e // indirect
40-
github.com/hashicorp/golang-lru v0.0.0-20160813221303-0a025b7e63ad // indirect
27+
github.com/golang/protobuf v1.4.2 // indirect
28+
github.com/google/go-cmp v0.4.0 // indirect
29+
github.com/google/gofuzz v1.1.0 // indirect
30+
github.com/googleapis/gnostic v0.4.1 // indirect
31+
github.com/hashicorp/golang-lru v0.5.1 // indirect
4132
github.com/hashicorp/hcl v1.0.0 // indirect
42-
github.com/json-iterator/go v1.1.5 // indirect
43-
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
33+
github.com/json-iterator/go v1.1.10 // indirect
4434
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
4535
github.com/labstack/gommon v0.2.9 // indirect
4636
github.com/magiconair/properties v1.8.1 // indirect
47-
github.com/mailru/easyjson v0.0.0-20170902151237-2a92e673c9a6 // indirect
4837
github.com/mattn/go-colorable v0.1.2 // indirect
4938
github.com/mattn/go-isatty v0.0.8 // indirect
5039
github.com/mitchellh/mapstructure v1.1.2 // indirect
5140
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
52-
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
41+
github.com/modern-go/reflect2 v1.0.1 // indirect
5342
github.com/pelletier/go-toml v1.4.0 // indirect
54-
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
5543
github.com/pmezard/go-difflib v1.0.0 // indirect
5644
github.com/spf13/afero v1.2.2 // indirect
5745
github.com/spf13/cast v1.3.0 // indirect
5846
github.com/spf13/jwalterweatherman v1.1.0 // indirect
59-
github.com/spf13/pflag v1.0.3 // indirect
47+
github.com/spf13/pflag v1.0.5 // indirect
6048
github.com/valyala/bytebufferpool v1.0.0 // indirect
6149
github.com/valyala/fasttemplate v1.0.1 // indirect
6250
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
51+
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 // indirect
6352
golang.org/x/sys v0.3.0 // indirect
6453
golang.org/x/text v0.3.3 // indirect
65-
gopkg.in/inf.v0 v0.9.0 // indirect
66-
gopkg.in/yaml.v2 v2.2.2 // indirect
67-
k8s.io/kube-openapi v0.0.0-20170906091745-abfc5fbe1cf8 // indirect
54+
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
55+
google.golang.org/appengine v1.6.5 // indirect
56+
google.golang.org/protobuf v1.24.0 // indirect
57+
gopkg.in/inf.v0 v0.9.1 // indirect
58+
gopkg.in/yaml.v2 v2.2.8 // indirect
59+
k8s.io/klog/v2 v2.2.0 // indirect
60+
k8s.io/kube-openapi v0.0.0-20200923155610-8b5066479488 // indirect
61+
k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect
62+
sigs.k8s.io/structured-merge-diff/v4 v4.0.2-0.20201001033253-b3cf1e8ff931 // indirect
63+
sigs.k8s.io/yaml v1.2.0 // indirect
6864
)

0 commit comments

Comments
 (0)