@@ -10,18 +10,18 @@ require (
10
10
github.com/Masterminds/sprig v2.22.0+incompatible
11
11
github.com/containers/image/v5 v5.27.1-0.20230911141411-81c35e010bab
12
12
github.com/coreos/butane v0.18.0
13
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
14
13
github.com/dustin/go-humanize v1.0.1
15
14
github.com/fatih/color v1.15.0
16
15
github.com/google/uuid v1.6.0
16
+ github.com/hashicorp/go-multierror v1.1.1
17
17
github.com/k3s-io/helm-controller v0.15.4
18
18
github.com/lmittmann/tint v1.0.4
19
19
github.com/manifoldco/promptui v0.9.0
20
20
github.com/mattn/go-isatty v0.0.20
21
21
github.com/melbahja/goph v1.4.0
22
22
github.com/mholt/archiver/v4 v4.0.0-alpha.8
23
23
github.com/mitchellh/hashstructure/v2 v2.0.2
24
- github.com/opencontainers/image-spec v1.1.0-rc6
24
+ github.com/opencontainers/image-spec v1.1.0
25
25
github.com/oras-project/oras-credentials-go v0.3.0
26
26
github.com/pkg/errors v0.9.1
27
27
github.com/shirou/gopsutil/v3 v3.23.8
@@ -35,7 +35,7 @@ require (
35
35
k8s.io/api v0.29.3
36
36
k8s.io/apimachinery v0.29.3
37
37
k8s.io/client-go v0.29.3
38
- oras.land/oras-go/v2 v2.4 .0
38
+ oras.land/oras-go/v2 v2.5 .0
39
39
sigs.k8s.io/controller-runtime v0.17.2
40
40
sigs.k8s.io/yaml v1.4.0
41
41
)
@@ -75,6 +75,7 @@ require (
75
75
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
76
76
github.com/cyberphone/json-canonicalization v0.0.0-20230710064741-aa7fe85c7dbd // indirect
77
77
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
78
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
79
github.com/docker/distribution v2.8.2+incompatible // indirect
79
80
github.com/docker/docker v24.0.6+incompatible // indirect
80
81
github.com/docker/docker-credential-helpers v0.8.0 // indirect
@@ -110,7 +111,6 @@ require (
110
111
github.com/google/gofuzz v1.2.0 // indirect
111
112
github.com/gorilla/mux v1.8.0 // indirect
112
113
github.com/hashicorp/errwrap v1.1.0 // indirect
113
- github.com/hashicorp/go-multierror v1.1.1 // indirect
114
114
github.com/huandu/xstrings v1.4.0 // indirect
115
115
github.com/imdario/mergo v0.3.13 // indirect
116
116
github.com/josharian/intern v1.0.0 // indirect
@@ -161,7 +161,7 @@ require (
161
161
github.com/sirupsen/logrus v1.9.3 // indirect
162
162
github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
163
163
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
164
- github.com/stretchr/testify v1.8.4 // indirect
164
+ github.com/stretchr/testify v1.9.0 // indirect
165
165
github.com/sylabs/sif/v2 v2.13.0 // indirect
166
166
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
167
167
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
@@ -181,7 +181,7 @@ require (
181
181
go.uber.org/zap v1.26.0 // indirect
182
182
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
183
183
golang.org/x/mod v0.14.0 // indirect
184
- golang.org/x/net v0.19 .0 // indirect
184
+ golang.org/x/net v0.20 .0 // indirect
185
185
golang.org/x/oauth2 v0.13.0 // indirect
186
186
golang.org/x/sys v0.16.0 // indirect
187
187
golang.org/x/term v0.16.0 // indirect
0 commit comments