forked from project-stacker/stacker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
51 lines (48 loc) · 2.38 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
module github.com/project-stacker/stacker
go 1.16
require (
github.com/AdaLogics/go-fuzz-headers v0.0.0-20211102141018-f7be0cbad29c // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
github.com/anuvu/squashfs v0.0.0-20220228153512-67c8ca12cbf4
github.com/apex/log v1.9.0
github.com/cheggaaa/pb/v3 v3.0.8
github.com/containerd/containerd v1.6.1 // indirect
github.com/containers/image/v5 v5.16.1
github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect
github.com/docker/distribution v2.8.0+incompatible // indirect
github.com/docker/docker v20.10.11+incompatible // indirect
github.com/dustin/go-humanize v1.0.0
github.com/freddierice/go-losetup v0.0.0-20220331141030-7ad00c49b973
github.com/justincormack/go-memfd v0.0.0-20170219213707-6e4af0518993
github.com/klauspost/compress v1.14.4 // indirect
github.com/klauspost/pgzip v1.2.5
github.com/lxc/go-lxc v0.0.0-20210607135324-10de240d43ab
github.com/lxc/lxd v0.0.0-20211118162824-0a8d8c489961
github.com/martinjungblut/go-cryptsetup v0.0.0-20220314071908-7b9938e4a08c
github.com/minio/sha256-simd v1.0.0
github.com/mitchellh/hashstructure v1.1.0
github.com/moby/sys/mountinfo v0.6.0 // indirect
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20211202222133-eacdcc10569b
github.com/opencontainers/runc v1.1.2 // indirect
github.com/opencontainers/umoci v0.4.8-0.20220412065115-12453f247749
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.32.1 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.7.1
github.com/twmb/algoimpl v0.0.0-20170717182524-076353e90b94
github.com/udhos/equalfile v0.3.0
github.com/urfave/cli v1.22.5
github.com/vbatts/go-mtree v0.5.0
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
google.golang.org/genproto v0.0.0-20220303160752-862486edd9cc // indirect
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0 // indirect
)
replace github.com/containers/image/v5 => github.com/anuvu/image/v5 v5.0.0-20211117201351-4c24aa76235c