@@ -16,7 +16,7 @@ require (
16
16
github.com/fluxcd/pkg/gitutil v0.1.0
17
17
github.com/fluxcd/pkg/helmtestserver v0.4.0
18
18
github.com/fluxcd/pkg/lockedfile v0.1.0
19
- github.com/fluxcd/pkg/runtime v0.13.0
19
+ github.com/fluxcd/pkg/runtime v0.13.1
20
20
github.com/fluxcd/pkg/ssh v0.2.0
21
21
github.com/fluxcd/pkg/testserver v0.2.0
22
22
github.com/fluxcd/pkg/untar v0.1.0
@@ -32,19 +32,20 @@ require (
32
32
github.com/spf13/pflag v1.0.5
33
33
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
34
34
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
35
- google.golang.org/api v0.54 .0
35
+ google.golang.org/api v0.62 .0
36
36
gotest.tools v2.2.0+incompatible
37
37
helm.sh/helm/v3 v3.7.2
38
38
k8s.io/api v0.23.3
39
39
k8s.io/apimachinery v0.23.3
40
40
k8s.io/client-go v0.23.3
41
41
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
42
+ sigs.k8s.io/cli-utils v0.28.0
42
43
sigs.k8s.io/controller-runtime v0.11.1
43
44
sigs.k8s.io/yaml v1.3.0
44
45
)
45
46
46
47
require (
47
- cloud.google.com/go v0.90 .0 // indirect
48
+ cloud.google.com/go v0.99 .0 // indirect
48
49
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
49
50
github.com/BurntSushi/toml v0.3.1 // indirect
50
51
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd // indirect
@@ -62,6 +63,7 @@ require (
62
63
github.com/bugsnag/bugsnag-go v2.1.2+incompatible // indirect
63
64
github.com/bugsnag/panicwrap v1.3.4 // indirect
64
65
github.com/cespare/xxhash/v2 v2.1.2 // indirect
66
+ github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
65
67
github.com/containerd/containerd v1.5.7 // indirect
66
68
github.com/containerd/continuity v0.1.0 // indirect
67
69
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -77,7 +79,7 @@ require (
77
79
github.com/emirpasic/gods v1.12.0 // indirect
78
80
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
79
81
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
80
- github.com/fatih/color v1.7 .0 // indirect
82
+ github.com/fatih/color v1.13 .0 // indirect
81
83
github.com/fluxcd/pkg/apis/acl v0.0.3 // indirect
82
84
github.com/fsnotify/fsnotify v1.5.1 // indirect
83
85
github.com/go-errors/errors v1.0.1 // indirect
@@ -96,12 +98,12 @@ require (
96
98
github.com/google/gofuzz v1.2.0 // indirect
97
99
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
98
100
github.com/google/uuid v1.3.0 // indirect
99
- github.com/googleapis/gax-go/v2 v2.1.0 // indirect
101
+ github.com/googleapis/gax-go/v2 v2.1.1 // indirect
100
102
github.com/googleapis/gnostic v0.5.5 // indirect
101
103
github.com/gorilla/mux v1.8.0 // indirect
102
104
github.com/gosuri/uitable v0.0.4 // indirect
103
105
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
104
- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
106
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
105
107
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
106
108
github.com/huandu/xstrings v1.3.2 // indirect
107
109
github.com/imdario/mergo v0.3.12 // indirect
@@ -110,7 +112,6 @@ require (
110
112
github.com/jmoiron/sqlx v1.3.1 // indirect
111
113
github.com/josharian/intern v1.0.0 // indirect
112
114
github.com/json-iterator/go v1.1.12 // indirect
113
- github.com/jstemmer/go-junit-report v0.9.1 // indirect
114
115
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
115
116
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
116
117
github.com/klauspost/compress v1.13.5 // indirect
@@ -121,8 +122,8 @@ require (
121
122
github.com/lib/pq v1.10.0 // indirect
122
123
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
123
124
github.com/mailru/easyjson v0.7.6 // indirect
124
- github.com/mattn/go-colorable v0.0.9 // indirect
125
- github.com/mattn/go-isatty v0.0.4 // indirect
125
+ github.com/mattn/go-colorable v0.1.12 // indirect
126
+ github.com/mattn/go-isatty v0.0.14 // indirect
126
127
github.com/mattn/go-runewidth v0.0.9 // indirect
127
128
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
128
129
github.com/minio/md5-simd v1.1.0 // indirect
@@ -156,8 +157,8 @@ require (
156
157
github.com/shopspring/decimal v1.2.0 // indirect
157
158
github.com/sirupsen/logrus v1.8.1 // indirect
158
159
github.com/sosedoff/gitkit v0.2.1-0.20200818155723-72ebbcf5056d // indirect
159
- github.com/spf13/cast v1.3 .1 // indirect
160
- github.com/spf13/cobra v1.2.1 // indirect
160
+ github.com/spf13/cast v1.4 .1 // indirect
161
+ github.com/spf13/cobra v1.3.0 // indirect
161
162
github.com/stretchr/testify v1.7.0 // indirect
162
163
github.com/xanzy/ssh-agent v0.3.0 // indirect
163
164
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
@@ -172,34 +173,31 @@ require (
172
173
go.uber.org/atomic v1.7.0 // indirect
173
174
go.uber.org/multierr v1.6.0 // indirect
174
175
go.uber.org/zap v1.19.1 // indirect
175
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
176
- golang.org/x/mod v0.4.2 // indirect
177
176
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
178
177
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
179
178
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
180
179
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
181
180
golang.org/x/text v0.3.7 // indirect
182
181
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
183
- golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff // indirect
184
182
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
185
183
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
186
184
google.golang.org/appengine v1.6.7 // indirect
187
- google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
188
- google.golang.org/grpc v1.40 .0 // indirect
185
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
186
+ google.golang.org/grpc v1.42 .0 // indirect
189
187
google.golang.org/protobuf v1.27.1 // indirect
190
188
gopkg.in/gorp.v1 v1.7.2 // indirect
191
189
gopkg.in/inf.v0 v0.9.1 // indirect
192
- gopkg.in/ini.v1 v1.62.0 // indirect
190
+ gopkg.in/ini.v1 v1.66.2 // indirect
193
191
gopkg.in/warnings.v0 v0.1.2 // indirect
194
192
gopkg.in/yaml.v2 v2.4.0 // indirect
195
193
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
196
194
k8s.io/apiextensions-apiserver v0.23.3 // indirect
197
195
k8s.io/apiserver v0.23.3 // indirect
198
- k8s.io/cli-runtime v0.23.0 // indirect
196
+ k8s.io/cli-runtime v0.23.2 // indirect
199
197
k8s.io/component-base v0.23.3 // indirect
200
198
k8s.io/klog/v2 v2.40.1 // indirect
201
199
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect
202
- k8s.io/kubectl v0.22.4 // indirect
200
+ k8s.io/kubectl v0.23.2 // indirect
203
201
oras.land/oras-go v0.4.0 // indirect
204
202
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
205
203
sigs.k8s.io/kustomize/api v0.10.1 // indirect
0 commit comments