@@ -13,8 +13,8 @@ require (
13
13
github.com/fluxcd/pkg/apis/acl v0.0.3
14
14
github.com/fluxcd/pkg/apis/kustomize v0.3.1
15
15
github.com/fluxcd/pkg/apis/meta v0.10.2
16
- github.com/fluxcd/pkg/runtime v0.12.4
17
- github.com/fluxcd/pkg/ssa v0.13.0
16
+ github.com/fluxcd/pkg/runtime v0.12.5
17
+ github.com/fluxcd/pkg/ssa v0.14.1
18
18
github.com/fluxcd/pkg/testserver v0.2.0
19
19
github.com/fluxcd/pkg/untar v0.1.0
20
20
github.com/fluxcd/source-controller/api v0.21.2
@@ -26,19 +26,19 @@ require (
26
26
go.mozilla.org/sops/v3 v3.7.1
27
27
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
28
28
google.golang.org/grpc v1.42.0
29
- k8s.io/api v0.23.1
30
- k8s.io/apiextensions-apiserver v0.23.1
31
- k8s.io/apimachinery v0.23.1
32
- k8s.io/client-go v0.23.1
33
- sigs.k8s.io/cli-utils v0.27 .0
34
- sigs.k8s.io/controller-runtime v0.11.0
29
+ k8s.io/api v0.23.2
30
+ k8s.io/apiextensions-apiserver v0.23.2
31
+ k8s.io/apimachinery v0.23.2
32
+ k8s.io/client-go v0.23.2
33
+ sigs.k8s.io/cli-utils v0.28 .0
34
+ sigs.k8s.io/controller-runtime v0.11.1
35
35
sigs.k8s.io/kustomize/api v0.11.2
36
36
sigs.k8s.io/kustomize/kyaml v0.13.3
37
37
sigs.k8s.io/yaml v1.3.0
38
38
)
39
39
40
40
require (
41
- cloud.google.com/go v0.81 .0 // indirect
41
+ cloud.google.com/go v0.99 .0 // indirect
42
42
github.com/Azure/azure-sdk-for-go v31.2.0+incompatible // indirect
43
43
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
44
44
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -63,16 +63,16 @@ require (
63
63
github.com/blang/semver v3.5.1+incompatible // indirect
64
64
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
65
65
github.com/cenkalti/backoff/v3 v3.0.0 // indirect
66
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
66
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
67
+ github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect
67
68
github.com/containerd/continuity v0.2.1 // indirect
68
69
github.com/davecgh/go-spew v1.1.1 // indirect
69
70
github.com/dimchansky/utfbom v1.1.1 // indirect
70
- github.com/docker/distribution v2.8.0+incompatible // indirect
71
71
github.com/docker/go-connections v0.4.0 // indirect
72
72
github.com/docker/go-units v0.4.0 // indirect
73
73
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
74
74
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
75
- github.com/fatih/color v1.7 .0 // indirect
75
+ github.com/fatih/color v1.13 .0 // indirect
76
76
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
77
77
github.com/fsnotify/fsnotify v1.5.1 // indirect
78
78
github.com/go-errors/errors v1.4.1 // indirect
@@ -91,13 +91,13 @@ require (
91
91
github.com/google/gofuzz v1.2.0 // indirect
92
92
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
93
93
github.com/google/uuid v1.3.0 // indirect
94
- github.com/googleapis/gax-go/v2 v2.0.5 // indirect
94
+ github.com/googleapis/gax-go/v2 v2.1.1 // indirect
95
95
github.com/googleapis/gnostic v0.5.5 // indirect
96
96
github.com/goware/prefixer v0.0.0-20160118172347-395022866408 // indirect
97
97
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
98
98
github.com/hashicorp/errwrap v1.1.0 // indirect
99
- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
100
- github.com/hashicorp/go-hclog v0.16.2 // indirect
99
+ github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
100
+ github.com/hashicorp/go-hclog v1.0.0 // indirect
101
101
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
102
102
github.com/hashicorp/go-multierror v1.1.1 // indirect
103
103
github.com/hashicorp/go-plugin v1.4.3 // indirect
@@ -121,14 +121,14 @@ require (
121
121
github.com/lib/pq v1.2.0 // indirect
122
122
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
123
123
github.com/mailru/easyjson v0.7.6 // indirect
124
- github.com/mattn/go-colorable v0.1.11 // indirect
124
+ github.com/mattn/go-colorable v0.1.12 // indirect
125
125
github.com/mattn/go-isatty v0.0.14 // indirect
126
126
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
127
127
github.com/mitchellh/copystructure v1.0.0 // indirect
128
128
github.com/mitchellh/go-homedir v1.1.0 // indirect
129
129
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
130
130
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
131
- github.com/mitchellh/mapstructure v1.4.2 // indirect
131
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
132
132
github.com/mitchellh/reflectwalk v1.0.0 // indirect
133
133
github.com/moby/spdystream v0.2.0 // indirect
134
134
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
@@ -143,14 +143,14 @@ require (
143
143
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
144
144
github.com/pkg/errors v0.9.1 // indirect
145
145
github.com/pmezard/go-difflib v1.0.0 // indirect
146
- github.com/prometheus/client_golang v1.11 .1 // indirect
146
+ github.com/prometheus/client_golang v1.12 .1 // indirect
147
147
github.com/prometheus/client_model v0.2.0 // indirect
148
- github.com/prometheus/common v0.28.0 // indirect
149
- github.com/prometheus/procfs v0.6.0 // indirect
148
+ github.com/prometheus/common v0.32.1 // indirect
149
+ github.com/prometheus/procfs v0.7.3 // indirect
150
150
github.com/russross/blackfriday v1.5.2 // indirect
151
151
github.com/ryanuber/go-glob v1.0.0 // indirect
152
152
github.com/sirupsen/logrus v1.8.1 // indirect
153
- github.com/spf13/cobra v1.2.1 // indirect
153
+ github.com/spf13/cobra v1.3.0 // indirect
154
154
github.com/stretchr/testify v1.7.0 // indirect
155
155
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
156
156
go.mozilla.org/gopgagent v0.0.0-20170926210634-4d7ea76ff71a // indirect
@@ -160,30 +160,30 @@ require (
160
160
go.uber.org/multierr v1.6.0 // indirect
161
161
go.uber.org/zap v1.19.1 // indirect
162
162
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
163
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
164
- golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
163
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
164
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
165
165
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
166
166
golang.org/x/text v0.3.7 // indirect
167
167
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
168
168
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
169
- google.golang.org/api v0.44 .0 // indirect
169
+ google.golang.org/api v0.62 .0 // indirect
170
170
google.golang.org/appengine v1.6.7 // indirect
171
- google.golang.org/genproto v0.0.0-20211021150943-2b146023228c // indirect
171
+ google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
172
172
google.golang.org/protobuf v1.27.1 // indirect
173
173
gopkg.in/inf.v0 v0.9.1 // indirect
174
- gopkg.in/ini.v1 v1.62.0 // indirect
174
+ gopkg.in/ini.v1 v1.66.2 // indirect
175
175
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
176
176
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
177
177
gopkg.in/yaml.v2 v2.4.0 // indirect
178
178
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
179
- k8s.io/cli-runtime v0.23.0 // indirect
180
- k8s.io/component-base v0.23.1 // indirect
179
+ k8s.io/cli-runtime v0.23.2 // indirect
180
+ k8s.io/component-base v0.23.2 // indirect
181
181
k8s.io/klog/v2 v2.30.0 // indirect
182
182
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
183
- k8s.io/kubectl v0.22 .2 // indirect
183
+ k8s.io/kubectl v0.23 .2 // indirect
184
184
k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 // indirect
185
185
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
186
- sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect
186
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
187
187
)
188
188
189
189
// pin kustomize to v4.5.2
0 commit comments