@@ -6,14 +6,14 @@ go 1.21.6
6
6
replace github.com/xeipuuv/gojsonschema => github.com/defenseunicorns/gojsonschema v0.0.0-20231116163348-e00f069122d6
7
7
8
8
require (
9
- cuelang.org/go v0.7.0
9
+ cuelang.org/go v0.7.1
10
10
github.com/AlecAivazis/survey/v2 v2.3.7
11
11
github.com/Masterminds/semver/v3 v3.2.1
12
12
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
13
13
github.com/anchore/clio v0.0.0-20240209204744-cb94e40a4f65
14
14
github.com/anchore/stereoscope v0.0.1
15
- github.com/anchore/syft v0.100 .0
16
- github.com/derailed/k9s v0.31.7
15
+ github.com/anchore/syft v0.105 .0
16
+ github.com/derailed/k9s v0.31.9
17
17
github.com/distribution/reference v0.5.0
18
18
github.com/docker/cli v24.0.9+incompatible
19
19
github.com/fairwindsops/pluto/v5 v5.18.4
@@ -28,11 +28,11 @@ require (
28
28
github.com/gosuri/uitable v0.0.4
29
29
github.com/mholt/archiver/v3 v3.5.1
30
30
github.com/moby/moby v24.0.9+incompatible
31
- github.com/opencontainers/image-spec v1.1.0-rc6
31
+ github.com/opencontainers/image-spec v1.1.0
32
32
github.com/otiai10/copy v1.14.0
33
33
github.com/pkg/errors v0.9.1
34
34
github.com/prometheus/client_golang v1.18.0
35
- github.com/pterm/pterm v0.12.78
35
+ github.com/pterm/pterm v0.12.79
36
36
github.com/sergi/go-diff v1.3.1
37
37
github.com/sigstore/cosign/v2 v2.2.3
38
38
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.8.1
@@ -44,16 +44,16 @@ require (
44
44
github.com/spf13/viper v1.18.2
45
45
github.com/stretchr/testify v1.8.4
46
46
github.com/xeipuuv/gojsonschema v1.2.0
47
- golang.org/x/crypto v0.18 .0
47
+ golang.org/x/crypto v0.19 .0
48
48
golang.org/x/sync v0.6.0
49
49
golang.org/x/term v0.17.0
50
50
helm.sh/helm/v3 v3.14.1
51
- k8s.io/api v0.29.1
52
- k8s.io/apimachinery v0.29.1
53
- k8s.io/client-go v0.29.1
54
- k8s.io/component-base v0.29.1
51
+ k8s.io/api v0.29.2
52
+ k8s.io/apimachinery v0.29.2
53
+ k8s.io/client-go v0.29.2
54
+ k8s.io/component-base v0.29.2
55
55
k8s.io/klog/v2 v2.120.1
56
- k8s.io/kubectl v0.29.1
56
+ k8s.io/kubectl v0.29.2
57
57
oras.land/oras-go/v2 v2.4.0
58
58
sigs.k8s.io/kustomize/api v0.16.0
59
59
sigs.k8s.io/kustomize/kyaml v0.16.0
0 commit comments