@@ -7,42 +7,41 @@ require (
7
7
github.com/awalterschulze/gographviz v2.0.3+incompatible
8
8
github.com/c-bata/goptuna v0.8.0
9
9
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
10
- github.com/go-openapi/spec v0.19.5
11
10
github.com/go-sql-driver/mysql v1.5.0
12
11
github.com/golang/mock v1.6.0
13
12
github.com/golang/protobuf v1.5.2
14
13
github.com/google/go-containerregistry v0.4.1-0.20210128200529-19c2b639fab1
15
14
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20210224013640-6928f6d356ab
16
- github.com/grpc-ecosystem/go-grpc-middleware v1.2 .0
15
+ github.com/grpc-ecosystem/go-grpc-middleware v1.3 .0
17
16
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7
18
17
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a
19
- github.com/onsi/gomega v1.10.3
20
- github.com/prometheus/client_golang v1.9 .0
18
+ github.com/onsi/gomega v1.15.0
19
+ github.com/prometheus/client_golang v1.11 .0
21
20
github.com/shirou/gopsutil v2.20.7+incompatible
22
21
github.com/spf13/cobra v1.2.1
23
22
github.com/spf13/viper v1.8.1
24
23
github.com/tidwall/gjson v1.6.0
25
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
24
+ golang.org/x/net v0.0.0-20210520170846-37e1c6afe023
26
25
google.golang.org/grpc v1.38.0
27
- k8s.io/api v0.20.4
28
- k8s.io/apimachinery v0.20.4
29
- k8s.io/client-go v0.20.4
30
- k8s.io/code-generator v0.20.4
26
+ k8s.io/api v0.22.2
27
+ k8s.io/apimachinery v0.22.2
28
+ k8s.io/client-go v0.22.2
29
+ k8s.io/code-generator v0.22.2
31
30
k8s.io/klog v1.0.0
32
- k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f
33
- sigs.k8s.io/controller-runtime v0.8.2
31
+ k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e
32
+ sigs.k8s.io/controller-runtime v0.10.0
34
33
)
35
34
36
35
require (
37
36
cloud.google.com/go v0.81.0 // indirect
38
37
github.com/Azure/azure-sdk-for-go v43.0.0+incompatible // indirect
39
38
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
40
- github.com/Azure/go-autorest/autorest v0.11.1 // indirect
41
- github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
39
+ github.com/Azure/go-autorest/autorest v0.11.18 // indirect
40
+ github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
42
41
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
43
42
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
44
43
github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
45
- github.com/Azure/go-autorest/logger v0.2.0 // indirect
44
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
46
45
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
47
46
github.com/PuerkitoBio/purell v1.1.1 // indirect
48
47
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
@@ -56,29 +55,29 @@ require (
56
55
github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 // indirect
57
56
github.com/docker/docker-credential-helpers v0.6.3 // indirect
58
57
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
59
- github.com/evanphx/json-patch v4.9 .0+incompatible // indirect
60
- github.com/form3tech-oss/jwt-go v3.2.2 +incompatible // indirect
58
+ github.com/evanphx/json-patch v4.11 .0+incompatible // indirect
59
+ github.com/form3tech-oss/jwt-go v3.2.3 +incompatible // indirect
61
60
github.com/fsnotify/fsnotify v1.4.9 // indirect
62
61
github.com/go-logr/logr v0.4.0 // indirect
63
- github.com/go-logr/zapr v0.2 .0 // indirect
62
+ github.com/go-logr/zapr v0.4 .0 // indirect
64
63
github.com/go-ole/go-ole v1.2.5 // indirect
65
- github.com/go-openapi/jsonpointer v0.19.3 // indirect
66
- github.com/go-openapi/jsonreference v0.19.3 // indirect
67
- github.com/go-openapi/swag v0.19.5 // indirect
64
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
65
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
66
+ github.com/go-openapi/swag v0.19.14 // indirect
68
67
github.com/gogo/protobuf v1.3.2 // indirect
69
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
68
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
70
69
github.com/google/go-cmp v0.5.5 // indirect
71
70
github.com/google/gofuzz v1.1.0 // indirect
72
71
github.com/google/uuid v1.1.5 // indirect
73
- github.com/googleapis/gnostic v0.5.1 // indirect
74
- github.com/hashicorp/golang-lru v0.5.4 // indirect
72
+ github.com/googleapis/gnostic v0.5.5 // indirect
75
73
github.com/hashicorp/hcl v1.0.0 // indirect
76
- github.com/imdario/mergo v0.3.10 // indirect
74
+ github.com/imdario/mergo v0.3.12 // indirect
77
75
github.com/inconshreveable/mousetrap v1.0.0 // indirect
78
76
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
77
+ github.com/josharian/intern v1.0.0 // indirect
79
78
github.com/json-iterator/go v1.1.11 // indirect
80
79
github.com/magiconair/properties v1.8.5 // indirect
81
- github.com/mailru/easyjson v0.7.0 // indirect
80
+ github.com/mailru/easyjson v0.7.6 // indirect
82
81
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
83
82
github.com/mitchellh/mapstructure v1.4.1 // indirect
84
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -88,8 +87,8 @@ require (
88
87
github.com/pelletier/go-toml v1.9.3 // indirect
89
88
github.com/pkg/errors v0.9.1 // indirect
90
89
github.com/prometheus/client_model v0.2.0 // indirect
91
- github.com/prometheus/common v0.15 .0 // indirect
92
- github.com/prometheus/procfs v0.2 .0 // indirect
90
+ github.com/prometheus/common v0.26 .0 // indirect
91
+ github.com/prometheus/procfs v0.6 .0 // indirect
93
92
github.com/spf13/afero v1.6.0 // indirect
94
93
github.com/spf13/cast v1.3.1 // indirect
95
94
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -100,17 +99,18 @@ require (
100
99
github.com/vdemeester/k8s-pkg-credentialprovider v1.19.7 // indirect
101
100
go.uber.org/atomic v1.7.0 // indirect
102
101
go.uber.org/multierr v1.6.0 // indirect
103
- go.uber.org/zap v1.17 .0 // indirect
104
- golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
102
+ go.uber.org/zap v1.19 .0 // indirect
103
+ golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
105
104
golang.org/x/mod v0.4.2 // indirect
106
105
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
107
106
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
108
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
109
- golang.org/x/text v0.3.5 // indirect
110
- golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
107
+ golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
108
+ golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
109
+ golang.org/x/text v0.3.6 // indirect
110
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
111
111
golang.org/x/tools v0.1.2 // indirect
112
112
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
113
- gomodules.xyz/jsonpatch/v2 v2.1 .0 // indirect
113
+ gomodules.xyz/jsonpatch/v2 v2.2 .0 // indirect
114
114
gonum.org/v1/gonum v0.8.2 // indirect
115
115
google.golang.org/appengine v1.6.7 // indirect
116
116
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
@@ -121,12 +121,12 @@ require (
121
121
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
122
122
gopkg.in/yaml.v2 v2.4.0 // indirect
123
123
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
124
- k8s.io/apiextensions-apiserver v0.20 .1 // indirect
125
- k8s.io/component-base v0.20.2 // indirect
124
+ k8s.io/apiextensions-apiserver v0.22 .1 // indirect
125
+ k8s.io/component-base v0.22.1 // indirect
126
126
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027 // indirect
127
- k8s.io/klog/v2 v2.8 .0 // indirect
127
+ k8s.io/klog/v2 v2.9 .0 // indirect
128
128
k8s.io/legacy-cloud-providers v0.19.7 // indirect
129
- k8s.io/utils v0.0.0-20210111153108-fddb29f9d009 // indirect
129
+ k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a // indirect
130
130
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
131
131
sigs.k8s.io/yaml v1.2.0 // indirect
132
132
)
0 commit comments