module github.com/lxc/crio-lxc require ( github.com/apex/log v1.1.1 github.com/aws/aws-sdk-go v1.20.8 // indirect github.com/golang/protobuf v1.3.1 // indirect github.com/onsi/ginkgo v1.8.0 // indirect github.com/opencontainers/runtime-spec v1.0.1 github.com/pkg/errors v0.8.1 github.com/segmentio/ksuid v1.0.3 github.com/stretchr/objx v0.2.0 // indirect github.com/urfave/cli v1.20.0 golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 golang.org/x/text v0.3.2 // indirect golang.org/x/tools v0.0.0-20190625160430-252024b82959 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/lxc/go-lxc.v2 v2.0.0-20190625173123-f4822c6bba64 gopkg.in/yaml.v2 v2.2.2 // indirect ) replace github.com/vbatts/go-mtree v0.4.4 => github.com/vbatts/go-mtree v0.4.5-0.20190122034725-8b6de6073c1a replace github.com/openSUSE/umoci v0.4.4 => github.com/tych0/umoci v0.1.1-0.20190402232331-556620754fb1 go 1.13