@@ -27,6 +27,7 @@ require (
2727 github.com/fatih/color v1.18.0
2828 github.com/go-git/go-git/v5 v5.13.1
2929 github.com/gofrs/flock v0.12.1
30+ github.com/google/go-containerregistry v0.20.3
3031 github.com/google/go-github/v45 v45.2.0
3132 github.com/hashicorp/go-bexpr v0.1.14
3233 github.com/ktrysmt/go-bitbucket v0.9.81
@@ -46,7 +47,7 @@ require (
4647 github.com/urfave/cli v1.22.16
4748 github.com/yuin/gopher-lua v1.1.1
4849 gitlab.com/gitlab-org/api/client-go v0.118.0
49- golang.org/x/crypto v0.32 .0
50+ golang.org/x/crypto v0.35 .0
5051 golang.org/x/oauth2 v0.25.0
5152 gopkg.in/yaml.v2 v2.4.0
5253 gopkg.in/yaml.v3 v3.0.1
@@ -95,8 +96,9 @@ require (
9596 github.com/containerd/errdefs v1.0.0 // indirect
9697 github.com/containerd/log v0.1.0 // indirect
9798 github.com/containerd/platforms v0.2.1 // indirect
99+ github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
98100 github.com/distribution/reference v0.6.0 // indirect
99- github.com/docker/cli v27.4.1 +incompatible // indirect
101+ github.com/docker/cli v27.5.0 +incompatible // indirect
100102 github.com/docker/distribution v2.8.3+incompatible // indirect
101103 github.com/docker/docker v27.5.0+incompatible // indirect
102104 github.com/docker/docker-credential-helpers v0.8.2 // indirect
@@ -134,6 +136,7 @@ require (
134136 github.com/skeema/knownhosts v1.3.0 // indirect
135137 github.com/sosodev/duration v1.3.1 // indirect
136138 github.com/stretchr/objx v0.5.2 // indirect
139+ github.com/vbatts/tar-split v0.11.6 // indirect
137140 github.com/vektah/gqlparser/v2 v2.5.21 // indirect
138141 github.com/x448/float16 v0.8.4 // indirect
139142 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
@@ -261,14 +264,14 @@ require (
261264 github.com/xeipuuv/gojsonschema v1.2.0 // indirect
262265 github.com/xlab/treeprint v1.2.0 // indirect
263266 golang.org/x/net v0.34.0 // indirect
264- golang.org/x/sync v0.10 .0 // indirect
265- golang.org/x/sys v0.29 .0 // indirect
266- golang.org/x/term v0.28 .0
267- golang.org/x/text v0.21 .0
267+ golang.org/x/sync v0.11 .0 // indirect
268+ golang.org/x/sys v0.30 .0 // indirect
269+ golang.org/x/term v0.29 .0
270+ golang.org/x/text v0.22 .0
268271 golang.org/x/time v0.9.0 // indirect
269272 google.golang.org/api v0.215.0
270273 google.golang.org/grpc v1.69.2 // indirect
271- google.golang.org/protobuf v1.36.2 // indirect
274+ google.golang.org/protobuf v1.36.3 // indirect
272275 gopkg.in/inf.v0 v0.9.1 // indirect
273276 gopkg.in/warnings.v0 v0.1.2 // indirect
274277 k8s.io/apiextensions-apiserver v0.32.0 // indirect
@@ -285,3 +288,12 @@ require (
285288 sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect
286289 sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
287290)
291+
292+ replace (
293+ // CVE-2024-40635
294+ github.com/containerd/containerd => github.com/containerd/containerd v1.7.27
295+ // CVE-2025-30204
296+ github.com/golang-jwt/jwt/v5 => github.com/golang-jwt/jwt/v5 v5.2.2
297+ // CVE-2025-22870
298+ golang.org/x/net => golang.org/x/net v0.36.0
299+ )
0 commit comments