Codebase list golang-github-containers-common / 15c5b30e-9076-4a2d-96da-1ceb3a25e6a9/main go.mod
15c5b30e-9076-4a2d-96da-1ceb3a25e6a9/main

Tree @15c5b30e-9076-4a2d-96da-1ceb3a25e6a9/main (Download .tar.gz)

go.mod @15c5b30e-9076-4a2d-96da-1ceb3a25e6a9/main

345d13d
 
2ccf157
345d13d
 
 
f8136e7
d72ab0f
184e2b7
c53283f
ac5fba2
1700991
345d13d
1ec8796
42c2aca
669c8d7
eb9ec71
955df44
5797a05
a8256ad
29031fe
5797a05
 
972647b
06fd4cd
61ee179
a05a4b5
ca9bcc0
61ee179
b7a49f5
31b7f53
16334eb
589ce32
42cf8e0
955df44
f8136e7
5797a05
345d13d
module github.com/containers/common

go 1.15

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/containers/image/v5 v5.14.0
	github.com/containers/ocicrypt v1.1.2
	github.com/containers/storage v1.33.1
	github.com/disiqueira/gotree/v3 v3.0.2
	github.com/docker/distribution v2.7.1+incompatible
	github.com/docker/docker v20.10.7+incompatible
	github.com/docker/go-units v0.4.0
	github.com/ghodss/yaml v1.0.0
	github.com/gorilla/mux v1.8.0 // indirect
	github.com/hashicorp/go-multierror v1.1.1
	github.com/jinzhu/copier v0.3.2
	github.com/mitchellh/mapstructure v1.4.1
	github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
	github.com/onsi/ginkgo v1.16.4
	github.com/onsi/gomega v1.14.0
	github.com/opencontainers/go-digest v1.0.0
	github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
	github.com/opencontainers/runc v1.0.1
	github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
	github.com/opencontainers/runtime-tools v0.9.0
	github.com/opencontainers/selinux v1.8.2
	github.com/pkg/errors v0.9.1
	github.com/seccomp/libseccomp-golang v0.9.2-0.20200616122406-847368b35ebf
	github.com/sirupsen/logrus v1.8.1
	github.com/spf13/cobra v1.2.1
	github.com/spf13/pflag v1.0.5
	github.com/stretchr/testify v1.7.0
	github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
	golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
	golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
)