1
1
module github.com/defenseunicorns/zarf
2
2
3
- go 1.21.6
3
+ go 1.22.0
4
4
5
5
// TODO (@AABRO): Pending merge into github.com/gojsonschema/gojsonschema (https://github.com/gojsonschema/gojsonschema/pull/5)
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.104 .0
16
+ github.com/derailed/k9s v0.31.8
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
@@ -32,7 +32,7 @@ require (
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,7 +44,7 @@ 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.0
0 commit comments