forked from opencontainers/umoci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (34 loc) · 1.57 KB
/
go.mod
File metadata and controls
35 lines (34 loc) · 1.57 KB
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
module github.com/openSUSE/umoci
require (
github.com/apex/log v1.1.0
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cyphar/filepath-securejoin v0.2.2
github.com/docker/go-units v0.3.3
github.com/fatih/color v1.7.0 // indirect
github.com/golang/protobuf v1.2.0
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/klauspost/compress v1.4.0 // indirect
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/klauspost/crc32 v1.2.0 // indirect
github.com/klauspost/pgzip v1.2.1
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/opencontainers/image-spec v1.0.0
github.com/opencontainers/runtime-spec v1.0.0
github.com/opencontainers/runtime-tools v0.7.0
github.com/pkg/errors v0.8.0
github.com/rootless-containers/proto v0.1.0
github.com/sirupsen/logrus v1.3.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/urfave/cli v1.20.0
github.com/vbatts/go-mtree v0.4.4
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v0.0.0-20180719132039-b84684d0e066 // indirect
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 // indirect
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3
golang.org/x/sys v0.0.0-20190204203706-41f3e6584952
)