module github.com/mudler/luet go 1.12 require ( github.com/DataDog/zstd v1.4.4 // indirect github.com/MottainaiCI/simplestreams-builder v0.0.0-20190710131531-efb382161f56 // indirect github.com/Sabayon/pkgs-checker v0.4.1 github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154 github.com/briandowns/spinner v1.7.0 github.com/crillab/gophersat v1.1.7 github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23 github.com/ghodss/yaml v1.0.0 github.com/go-yaml/yaml v2.1.0+incompatible // indirect github.com/hashicorp/go-version v1.2.0 github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3 github.com/kyokomi/emoji v2.1.0+incompatible github.com/logrusorgru/aurora v0.0.0-20190417123914-21d75270181e github.com/mattn/go-isatty v0.0.10 // indirect github.com/mudler/docker-companion v0.4.6-0.20191110154655-b8b364100616 github.com/onsi/ginkgo v1.10.1 github.com/onsi/gomega v1.7.0 github.com/pelletier/go-toml v1.6.0 // indirect github.com/philopon/go-toposort v0.0.0-20170620085441-9be86dbd762f github.com/pkg/errors v0.8.1 github.com/spf13/afero v1.2.2 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.5.0 github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b go.etcd.io/bbolt v1.3.3 golang.org/x/crypto v0.0.0-20191028145041-f83a4685e152 // indirect golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect gopkg.in/yaml.v2 v2.2.5 mvdan.cc/sh v2.6.4+incompatible )