5
5
require (
6
6
github.com/DataDog/datadog-go v4.8.0+incompatible
7
7
github.com/aws/amazon-vpc-cni-k8s v1.10.1
8
- github.com/aws/aws-sdk-go v1.40.6
8
+ github.com/aws/aws-sdk-go v1.43.28
9
9
github.com/cortexlabs/go-input v0.0.0-20200503032952-8b67a7a7b28d
10
10
github.com/cortexlabs/yaml v0.0.0-20210628201654-31e52ba8433b
11
11
github.com/davecgh/go-spew v1.1.1
@@ -39,22 +39,22 @@ require (
39
39
gopkg.in/segmentio/analytics-go.v3 v3.1.0
40
40
istio.io/api v0.0.0-20210617170320-ee3eb4b39496
41
41
istio.io/client-go v1.10.2-0.20210617171818-3dcf18fc084e
42
- k8s.io/api v0.20.8
43
- k8s.io/apimachinery v0.20.8
44
- k8s.io/client-go v0.20.8
42
+ k8s.io/api v0.22.1
43
+ k8s.io/apimachinery v0.22.1
44
+ k8s.io/client-go v0.22.1
45
45
k8s.io/metrics v0.20.8
46
- sigs.k8s.io/aws-iam-authenticator v0.5.3
46
+ sigs.k8s.io/aws-iam-authenticator v0.5.9
47
47
sigs.k8s.io/controller-runtime v0.8.3
48
48
)
49
49
50
50
require (
51
51
cloud.google.com/go v0.81.0 // indirect
52
52
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
53
53
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
54
- github.com/Azure/go-autorest/autorest v0.11.12 // indirect
55
- github.com/Azure/go-autorest/autorest/adal v0.9.5 // indirect
54
+ github.com/Azure/go-autorest/autorest v0.11.18 // indirect
55
+ github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
56
56
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
57
- github.com/Azure/go-autorest/logger v0.2.0 // indirect
57
+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
58
58
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
59
59
github.com/Microsoft/go-winio v0.5.0 // indirect
60
60
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
@@ -69,10 +69,9 @@ require (
69
69
github.com/docker/distribution v2.7.1+incompatible // indirect
70
70
github.com/docker/go-connections v0.4.0 // indirect
71
71
github.com/docker/go-units v0.4.0 // indirect
72
- github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
73
72
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
74
73
github.com/felixge/httpsnoop v1.0.2 // indirect
75
- github.com/form3tech-oss/jwt-go v3.2.2 +incompatible // indirect
74
+ github.com/form3tech-oss/jwt-go v3.2.3 +incompatible // indirect
76
75
github.com/fsnotify/fsnotify v1.5.1 // indirect
77
76
github.com/go-logr/zapr v0.4.0 // indirect
78
77
github.com/go-ole/go-ole v1.2.5 // indirect
@@ -84,21 +83,19 @@ require (
84
83
github.com/google/gofuzz v1.2.0 // indirect
85
84
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
86
85
github.com/googleapis/gnostic v0.5.5 // indirect
87
- github.com/hashicorp/golang-lru v0.5.4 // indirect
88
86
github.com/imdario/mergo v0.3.12 // indirect
89
87
github.com/inconshreveable/mousetrap v1.0.0 // indirect
90
88
github.com/jmespath/go-jmespath v0.4.0 // indirect
91
89
github.com/json-iterator/go v1.1.11 // indirect
92
- github.com/kr/text v0.2.0 // indirect
93
90
github.com/mattn/go-colorable v0.1.11 // indirect
94
91
github.com/mattn/go-isatty v0.0.14 // indirect
95
92
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
96
93
github.com/mitchellh/mapstructure v1.4.1 // indirect
94
+ github.com/moby/spdystream v0.2.0 // indirect
97
95
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
98
96
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
99
97
github.com/modern-go/reflect2 v1.0.1 // indirect
100
98
github.com/morikuni/aec v1.0.0 // indirect
101
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
102
99
github.com/nxadm/tail v1.4.8 // indirect
103
100
github.com/opencontainers/go-digest v1.0.0 // indirect
104
101
github.com/opencontainers/image-spec v1.0.1 // indirect
@@ -114,30 +111,29 @@ require (
114
111
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
115
112
go.uber.org/multierr v1.7.0 // indirect
116
113
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
117
- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
114
+ golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
118
115
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
119
- golang.org/x/sys v0.0.0-20211109184856-51b60fd695b3 // indirect
120
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
121
- golang.org/x/text v0.3.6 // indirect
122
- golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
116
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
117
+ golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
118
+ golang.org/x/text v0.3.7 // indirect
119
+ golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
123
120
golang.org/x/tools v0.1.7 // indirect
124
121
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
125
122
google.golang.org/appengine v1.6.7 // indirect
126
123
google.golang.org/genproto v0.0.0-20210701133433-6b8dcf568a95 // indirect
127
124
google.golang.org/grpc v1.39.0 // indirect
128
125
google.golang.org/protobuf v1.27.1 // indirect
129
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
130
126
gopkg.in/inf.v0 v0.9.1 // indirect
131
127
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
132
128
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
133
129
gopkg.in/yaml.v2 v2.4.0 // indirect
134
130
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
135
131
istio.io/gogo-genproto v0.0.0-20210113155706-4daf5697332f // indirect
136
132
k8s.io/apiextensions-apiserver v0.20.8 // indirect
137
- k8s.io/component-base v0.20.8 // indirect
133
+ k8s.io/component-base v0.22.1 // indirect
138
134
k8s.io/klog/v2 v2.9.0 // indirect
139
135
k8s.io/kube-openapi v0.0.0-20210527164424-3c818078ee3d // indirect
140
- k8s.io/utils v0.0.0-20210629042839-4a2b36d8d73f // indirect
136
+ k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9 // indirect
141
137
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
142
138
sigs.k8s.io/yaml v1.2.0 // indirect
143
139
)
0 commit comments