@@ -21,15 +21,15 @@ require (
21
21
github.com/docker/go-units v0.5.0
22
22
github.com/fluxcd/go-git/v5 v5.0.0-20221219190809-2e5c9d01cfc4
23
23
github.com/fluxcd/pkg/apis/event v0.4.1
24
- github.com/fluxcd/pkg/apis/meta v0.19.1
24
+ github.com/fluxcd/pkg/apis/meta v1.0.0
25
25
github.com/fluxcd/pkg/git v0.11.0
26
26
github.com/fluxcd/pkg/git/gogit v0.8.1
27
27
github.com/fluxcd/pkg/gittestserver v0.8.2
28
- github.com/fluxcd/pkg/helmtestserver v0.11.1
28
+ github.com/fluxcd/pkg/helmtestserver v0.12.0
29
29
github.com/fluxcd/pkg/lockedfile v0.1.0
30
30
github.com/fluxcd/pkg/masktoken v0.2.0
31
31
github.com/fluxcd/pkg/oci v0.21.1
32
- github.com/fluxcd/pkg/runtime v0.31 .0
32
+ github.com/fluxcd/pkg/runtime v0.33 .0
33
33
github.com/fluxcd/pkg/sourceignore v0.3.3
34
34
github.com/fluxcd/pkg/ssh v0.7.3
35
35
github.com/fluxcd/pkg/testserver v0.4.0
@@ -57,9 +57,9 @@ require (
57
57
golang.org/x/sync v0.1.0
58
58
google.golang.org/api v0.111.0
59
59
gotest.tools v2.2.0+incompatible
60
- helm.sh/helm/v3 v3.11.1
61
- k8s.io/api v0.26.2
62
- k8s.io/apimachinery v0.26.2
60
+ helm.sh/helm/v3 v3.11.2
61
+ k8s.io/api v0.26.3
62
+ k8s.io/apimachinery v0.26.3
63
63
k8s.io/client-go v0.26.2
64
64
k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
65
65
sigs.k8s.io/cli-utils v0.34.0
@@ -230,7 +230,7 @@ require (
230
230
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
231
231
github.com/hashicorp/golang-lru v0.5.4 // indirect
232
232
github.com/hashicorp/hcl v1.0.0 // indirect
233
- github.com/huandu/xstrings v1.3.3 // indirect
233
+ github.com/huandu/xstrings v1.4.0 // indirect
234
234
github.com/imdario/mergo v0.3.13 // indirect
235
235
github.com/in-toto/in-toto-golang v0.3.4-0.20220709202702-fa494aaa0add // indirect
236
236
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -255,7 +255,7 @@ require (
255
255
github.com/magiconair/properties v1.8.6 // indirect
256
256
github.com/mailru/easyjson v0.7.7 // indirect
257
257
github.com/mattn/go-colorable v0.1.13 // indirect
258
- github.com/mattn/go-isatty v0.0.16 // indirect
258
+ github.com/mattn/go-isatty v0.0.17 // indirect
259
259
github.com/mattn/go-runewidth v0.0.14 // indirect
260
260
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
261
261
github.com/miekg/pkcs11 v1.1.1 // indirect
@@ -292,7 +292,7 @@ require (
292
292
github.com/prometheus/procfs v0.8.0 // indirect
293
293
github.com/rivo/uniseg v0.4.2 // indirect
294
294
github.com/rs/xid v1.4.0 // indirect
295
- github.com/rubenv/sql-migrate v1.2.0 // indirect
295
+ github.com/rubenv/sql-migrate v1.3.1 // indirect
296
296
github.com/russross/blackfriday/v2 v2.1.0 // indirect
297
297
github.com/sassoftware/relic v0.0.0-20210427151427-dfb082b79b74 // indirect
298
298
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
0 commit comments