1
1
module github.com/defenseunicorns/zarf
2
2
3
- go 1.19
3
+ go 1.20
4
4
5
5
// TODO (@WSTARR) remove this temporary replacement of oras-go 1.2.2 with defenseunicorns version due to upgraded docker lib
6
- replace oras.land/oras-go v1.2.2 => github.com/defenseunicorns/oras-go v1.2.4-0.20230605015028-85c595ed4b64
6
+ replace oras.land/oras-go v1.2.3 => github.com/defenseunicorns/oras-go v1.2.4-0.20230605015028-85c595ed4b64
7
7
8
8
require (
9
9
cuelang.org/go v0.5.0
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/stereoscope v0.0.0-20230727211946-d1f3d766295e
14
- github.com/anchore/syft v0.84.0
14
+ github.com/anchore/syft v0.84.1
15
15
github.com/derailed/k9s v0.27.4
16
16
github.com/distribution/distribution v2.8.2+incompatible
17
17
github.com/docker/cli v24.0.2+incompatible
18
18
github.com/fairwindsops/pluto/v5 v5.17.0
19
19
github.com/fatih/color v1.15.0
20
- github.com/fluxcd/helm-controller/api v0.34.2
20
+ github.com/fluxcd/helm-controller/api v0.35.0
21
21
github.com/fluxcd/source-controller/api v1.0.1
22
22
github.com/go-chi/chi/v5 v5.0.8
23
23
github.com/go-git/go-git/v5 v5.7.0
@@ -26,7 +26,7 @@ require (
26
26
github.com/google/go-containerregistry v0.15.2
27
27
github.com/mholt/archiver/v3 v3.5.1
28
28
github.com/moby/moby v24.0.2+incompatible
29
- github.com/opencontainers/image-spec v1.1.0-rc3
29
+ github.com/opencontainers/image-spec v1.1.0-rc4
30
30
github.com/otiai10/copy v1.12.0
31
31
github.com/pkg/errors v0.9.1
32
32
github.com/prometheus/client_golang v1.15.1
@@ -37,15 +37,15 @@ require (
37
37
github.com/spf13/cobra v1.7.0
38
38
github.com/spf13/viper v1.16.0
39
39
github.com/stretchr/testify v1.8.4
40
- golang.org/x/crypto v0.10 .0
41
- helm.sh/helm/v3 v3.12.1
42
- k8s.io/api v0.27.3
43
- k8s.io/apimachinery v0.27.3
44
- k8s.io/client-go v0.27.3
45
- k8s.io/component-base v0.27.3
40
+ golang.org/x/crypto v0.12 .0
41
+ helm.sh/helm/v3 v3.12.2
42
+ k8s.io/api v0.27.4
43
+ k8s.io/apimachinery v0.27.4
44
+ k8s.io/client-go v0.27.4
45
+ k8s.io/component-base v0.27.4
46
46
k8s.io/klog/v2 v2.100.1
47
- k8s.io/kubectl v0.27.3
48
- oras.land/oras-go/v2 v2.2.0
47
+ k8s.io/kubectl v0.27.4
48
+ oras.land/oras-go/v2 v2.2.1
49
49
sigs.k8s.io/kustomize/api v0.13.4
50
50
sigs.k8s.io/kustomize/kyaml v0.14.2
51
51
sigs.k8s.io/yaml v1.3.0
@@ -100,7 +100,7 @@ require (
100
100
github.com/alibabacloud-go/tea-utils v1.4.4 // indirect
101
101
github.com/alibabacloud-go/tea-xml v1.1.2 // indirect
102
102
github.com/aliyun/credentials-go v1.2.3 // indirect
103
- github.com/anchore/go-logger v0.0.0-20220728155337-03b66a5207d8 // indirect
103
+ github.com/anchore/go-logger v0.0.0-20230531193951-db5ae83e7dbe // indirect
104
104
github.com/anchore/go-macholibre v0.0.0-20220308212642-53e6d0aaf6fb // indirect
105
105
github.com/anchore/go-struct-converter v0.0.0-20221118182256-c68fdcfa2092 // indirect
106
106
github.com/anchore/go-version v1.2.2-0.20200701162849-18adb9c92b9b // indirect
@@ -141,7 +141,7 @@ require (
141
141
github.com/cloudflare/circl v1.3.3 // indirect
142
142
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
143
143
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
144
- github.com/containerd/console v1.0.3 // indirect
144
+ github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
145
145
github.com/containerd/containerd v1.7.1 // indirect
146
146
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
147
147
github.com/coreos/go-oidc/v3 v3.4.0 // indirect
@@ -171,7 +171,7 @@ require (
171
171
github.com/facebookincubator/nvdtools v0.1.5 // indirect
172
172
github.com/fatih/camelcase v1.0.0 // indirect
173
173
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
174
- github.com/fluxcd/pkg/apis/kustomize v1.1.0 // indirect
174
+ github.com/fluxcd/pkg/apis/kustomize v1.1.1 // indirect
175
175
github.com/fluxcd/pkg/apis/meta v1.1.1 // indirect
176
176
github.com/fsnotify/fsnotify v1.6.0 // indirect
177
177
github.com/fvbommel/sortorder v1.0.2 // indirect
@@ -276,7 +276,7 @@ require (
276
276
github.com/magiconair/properties v1.8.7 // indirect
277
277
github.com/mailru/easyjson v0.7.7 // indirect
278
278
github.com/mattn/go-colorable v0.1.13 // indirect
279
- github.com/mattn/go-isatty v0.0.17 // indirect
279
+ github.com/mattn/go-isatty v0.0.18 // indirect
280
280
github.com/mattn/go-runewidth v0.0.14 // indirect
281
281
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
282
282
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
@@ -354,14 +354,15 @@ require (
354
354
github.com/thales-e-security/pool v0.0.2 // indirect
355
355
github.com/therootcompany/xz v1.0.1 // indirect
356
356
github.com/theupdateframework/go-tuf v0.5.2-0.20220930112810-3890c1e7ace4 // indirect
357
+ github.com/tidwall/pretty v1.2.1 // indirect
357
358
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
358
359
github.com/tjfoc/gmsm v1.3.2 // indirect
359
360
github.com/transparency-dev/merkle v0.0.2 // indirect
360
361
github.com/ulikunitz/xz v0.5.10 // indirect
361
362
github.com/vbatts/go-mtree v0.5.3 // indirect
362
363
github.com/vbatts/tar-split v0.11.3 // indirect
363
364
github.com/vifraa/gopom v0.2.1 // indirect
364
- github.com/wagoodman/go-partybus v0.0.0-20210627031916-db1f5573bbc5 // indirect
365
+ github.com/wagoodman/go-partybus v0.0.0-20230516145632-8ccac152c651 // indirect
365
366
github.com/wagoodman/go-progress v0.0.0-20230301185719-21920a456ad5 // indirect
366
367
github.com/wagoodman/jotframe v0.0.0-20211129225309-56b0d0a4aebb // indirect
367
368
github.com/xanzy/go-gitlab v0.73.1 // indirect
@@ -383,13 +384,13 @@ require (
383
384
go.uber.org/multierr v1.8.0 // indirect
384
385
go.uber.org/zap v1.24.0 // indirect
385
386
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
386
- golang.org/x/mod v0.11 .0 // indirect
387
- golang.org/x/net v0.11 .0 // indirect
387
+ golang.org/x/mod v0.12 .0 // indirect
388
+ golang.org/x/net v0.12 .0 // indirect
388
389
golang.org/x/oauth2 v0.8.0 // indirect
389
- golang.org/x/sync v0.2 .0 // indirect
390
- golang.org/x/sys v0.9 .0 // indirect
391
- golang.org/x/term v0.9 .0 // indirect
392
- golang.org/x/text v0.10 .0 // indirect
390
+ golang.org/x/sync v0.3 .0 // indirect
391
+ golang.org/x/sys v0.11 .0 // indirect
392
+ golang.org/x/term v0.11 .0 // indirect
393
+ golang.org/x/text v0.12 .0 // indirect
393
394
golang.org/x/time v0.3.0 // indirect
394
395
golang.org/x/tools v0.9.1 // indirect
395
396
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
@@ -404,14 +405,14 @@ require (
404
405
gopkg.in/warnings.v0 v0.1.2 // indirect
405
406
gopkg.in/yaml.v2 v2.4.0 // indirect
406
407
gopkg.in/yaml.v3 v3.0.1 // indirect
407
- k8s.io/apiextensions-apiserver v0.27.2 // indirect
408
- k8s.io/apiserver v0.27.2 // indirect
409
- k8s.io/cli-runtime v0.27.3 // indirect
410
- k8s.io/component-helpers v0.27.3 // indirect
408
+ k8s.io/apiextensions-apiserver v0.27.3 // indirect
409
+ k8s.io/apiserver v0.27.3 // indirect
410
+ k8s.io/cli-runtime v0.27.4 // indirect
411
+ k8s.io/component-helpers v0.27.4 // indirect
411
412
k8s.io/kube-openapi v0.0.0-20230525220651-2546d827e515 // indirect
412
- k8s.io/metrics v0.27.3 // indirect
413
+ k8s.io/metrics v0.27.4 // indirect
413
414
k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
414
- oras.land/oras-go v1.2.2 // indirect
415
+ oras.land/oras-go v1.2.3 // indirect
415
416
sigs.k8s.io/controller-runtime v0.15.0 // indirect
416
417
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
417
418
sigs.k8s.io/kustomize/kustomize/v5 v5.0.1 // indirect
0 commit comments