@@ -13,6 +13,7 @@ require (
13
13
github.com/dop251/goja v0.0.0-20241024094426-79f3a7efcdbd
14
14
github.com/fsnotify/fsnotify v1.7.0
15
15
github.com/google/go-cmp v0.6.0
16
+ github.com/google/go-containerregistry v0.17.0
16
17
github.com/google/uuid v1.6.0
17
18
github.com/gookit/color v1.5.4
18
19
github.com/imdario/mergo v0.3.13
@@ -34,6 +35,7 @@ require (
34
35
)
35
36
36
37
require (
38
+ github.com/Microsoft/go-winio v0.6.1 // indirect
37
39
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.8 // indirect
38
40
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect
39
41
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28 // indirect
@@ -49,26 +51,38 @@ require (
49
51
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.14 // indirect
50
52
github.com/aws/aws-sdk-go-v2/service/sts v1.33.14 // indirect
51
53
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
54
+ github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
52
55
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
53
56
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
54
57
github.com/davecgh/go-spew v1.1.1 // indirect
55
58
github.com/dlclark/regexp2 v1.11.4 // indirect
59
+ github.com/docker/distribution v2.8.2+incompatible // indirect
60
+ github.com/docker/docker v24.0.0+incompatible // indirect
61
+ github.com/docker/go-connections v0.4.0 // indirect
62
+ github.com/docker/go-units v0.5.0 // indirect
56
63
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
57
64
github.com/godbus/dbus/v5 v5.0.6 // indirect
65
+ github.com/gogo/protobuf v1.3.2 // indirect
58
66
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
59
67
github.com/inconshreveable/mousetrap v1.1.0 // indirect
68
+ github.com/klauspost/compress v1.16.5 // indirect
60
69
github.com/moby/sys/mountinfo v0.5.0 // indirect
70
+ github.com/opencontainers/go-digest v1.0.0 // indirect
71
+ github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
72
+ github.com/pkg/errors v0.9.1 // indirect
61
73
github.com/pmezard/go-difflib v1.0.0 // indirect
62
74
github.com/rogpeppe/go-internal v1.13.1 // indirect
63
75
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 // indirect
64
76
github.com/secure-systems-lab/go-securesystemslib v0.6.0 // indirect
65
77
github.com/segmentio/backo-go v1.0.0 // indirect
66
78
github.com/shibumi/go-pathspec v1.3.0 // indirect
67
79
github.com/spf13/pflag v1.0.5 // indirect
80
+ github.com/vbatts/tar-split v0.11.3 // indirect
68
81
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
69
- golang.org/x/crypto v0.18 .0 // indirect
70
- golang.org/x/net v0.20 .0 // indirect
82
+ golang.org/x/crypto v0.24 .0 // indirect
83
+ golang.org/x/net v0.26 .0 // indirect
71
84
golang.org/x/sys v0.21.0 // indirect
72
- golang.org/x/text v0.14.0 // indirect
85
+ golang.org/x/text v0.16.0 // indirect
86
+ golang.org/x/tools v0.22.0 // indirect
73
87
sigs.k8s.io/release-utils v0.7.7 // indirect
74
88
)
0 commit comments