@@ -11,20 +11,20 @@ require (
1111 github.com/aws/aws-sdk-go-v2 v1.41.5
1212 github.com/aws/aws-sdk-go-v2/config v1.32.14
1313 github.com/aws/aws-sdk-go-v2/credentials v1.19.14
14- github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.14
15- github.com/aws/aws-sdk-go-v2/service/ecr v1.56.2
16- github.com/aws/aws-sdk-go-v2/service/s3 v1.98 .0
14+ github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.15
15+ github.com/aws/aws-sdk-go-v2/service/ecr v1.57.0
16+ github.com/aws/aws-sdk-go-v2/service/s3 v1.99 .0
1717 github.com/chainguard-dev/git-urls v1.0.2
1818 github.com/cloudflare/cfssl v1.6.5
1919 github.com/containerd/containerd v1.7.30
2020 github.com/containerd/errdefs v1.0.0
2121 github.com/containerd/log v0.1.0
2222 github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467
2323 github.com/distribution/reference v0.6.0
24- github.com/docker/cli v29.3.1 +incompatible
24+ github.com/docker/cli v29.4.0 +incompatible
2525 github.com/docker/go-connections v0.6.0
2626 github.com/drone/envsubst v1.0.3
27- github.com/fluxcd/cli-utils v0.37.2-flux.1
27+ github.com/fluxcd/cli-utils v1.0.0
2828 github.com/fluxcd/pkg/ssa v0.70.0
2929 github.com/gertd/go-pluralize v0.2.1
3030 github.com/ghodss/yaml v1.0.0
@@ -66,23 +66,23 @@ require (
6666 github.com/spf13/cobra v1.10.2
6767 github.com/spf13/pflag v1.0.10
6868 github.com/stretchr/testify v1.11.1
69- github.com/testcontainers/testcontainers-go v0.41 .0
70- github.com/testcontainers/testcontainers-go/modules/registry v0.41 .0
69+ github.com/testcontainers/testcontainers-go v0.42 .0
70+ github.com/testcontainers/testcontainers-go/modules/registry v0.42 .0
7171 github.com/texttheater/golang-levenshtein v1.0.1
7272 github.com/tonglil/buflogr v1.1.1
7373 github.com/ulikunitz/xz v0.5.15
7474 github.com/xeipuuv/gojsonschema v1.2.0
7575 go.podman.io/image/v5 v5.39.2
7676 go.yaml.in/yaml/v3 v3.0.4
77- golang.org/x/crypto v0.49 .0
77+ golang.org/x/crypto v0.50 .0
7878 golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
7979 golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
80- golang.org/x/net v0.52 .0
80+ golang.org/x/net v0.53 .0
8181 golang.org/x/oauth2 v0.36.0
82- golang.org/x/text v0.35 .0
82+ golang.org/x/text v0.36 .0
8383 gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
8484 gopkg.in/yaml.v3 v3.0.1
85- helm.sh/helm/v4 v4.1.3
85+ helm.sh/helm/v4 v4.1.4
8686 k8s.io/api v0.35.3
8787 k8s.io/apiextensions-apiserver v0.35.3
8888 k8s.io/apimachinery v0.35.3
@@ -377,7 +377,7 @@ require (
377377 github.com/mitchellh/reflectwalk v1.0.2 // indirect
378378 github.com/moby/docker-image-spec v1.3.1 // indirect
379379 github.com/moby/go-archive v0.2.0 // indirect
380- github.com/moby/patternmatcher v0.6.0 // indirect
380+ github.com/moby/patternmatcher v0.6.1 // indirect
381381 github.com/moby/sys/atomicwriter v0.1.0 // indirect
382382 github.com/moby/sys/capability v0.4.0 // indirect
383383 github.com/moby/sys/mountinfo v0.7.2 // indirect
@@ -434,7 +434,7 @@ require (
434434 github.com/securego/gosec/v2 v2.22.7 // indirect
435435 github.com/sergi/go-diff v1.4.0 // indirect
436436 github.com/shibumi/go-pathspec v1.3.0 // indirect
437- github.com/shirou/gopsutil/v4 v4.26.2 // indirect
437+ github.com/shirou/gopsutil/v4 v4.26.3 // indirect
438438 github.com/shopspring/decimal v1.4.0 // indirect
439439 github.com/sigstore/fulcio v1.8.5 // indirect
440440 github.com/sigstore/protobuf-specs v0.5.0 // indirect
@@ -451,7 +451,7 @@ require (
451451 github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
452452 github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
453453 github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
454- github.com/stretchr/objx v0.5.2 // indirect
454+ github.com/stretchr/objx v0.5.3 // indirect
455455 github.com/subosito/gotenv v1.6.0 // indirect
456456 github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
457457 github.com/tdakkota/asciicheck v0.4.1 // indirect
@@ -516,9 +516,9 @@ require (
516516 golang.org/x/exp/typeparams v0.0.0-20250620022241-b7579e27df2b // indirect
517517 golang.org/x/mod v0.34.0 // indirect
518518 golang.org/x/sync v0.20.0 // indirect
519- golang.org/x/sys v0.42 .0 // indirect
519+ golang.org/x/sys v0.43 .0 // indirect
520520 golang.org/x/telemetry v0.0.0-20260311193753-579e4da9a98c // indirect
521- golang.org/x/term v0.41 .0 // indirect
521+ golang.org/x/term v0.42 .0 // indirect
522522 golang.org/x/time v0.15.0 // indirect
523523 golang.org/x/tools v0.43.0 // indirect
524524 google.golang.org/api v0.269.0 // indirect
@@ -536,7 +536,7 @@ require (
536536 k8s.io/component-base v0.35.3 // indirect
537537 k8s.io/klog/v2 v2.130.1 // indirect
538538 k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
539- k8s.io/kubectl v0.35.2 // indirect
539+ k8s.io/kubectl v0.35.3 // indirect
540540 k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
541541 mvdan.cc/gofumpt v0.9.2 // indirect
542542 mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
0 commit comments