2019-11-10 17:04:06 +00:00
|
|
|
module github.com/mudler/luet
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/DataDog/zstd v1.4.4 // indirect
|
2019-11-12 09:04:17 +00:00
|
|
|
github.com/MottainaiCI/simplestreams-builder v0.0.0-20190710131531-efb382161f56 // indirect
|
2019-12-25 23:31:05 +00:00
|
|
|
github.com/Sabayon/pkgs-checker v0.4.2-0.20191225230938-5ebdcd474e55
|
2019-11-10 17:04:06 +00:00
|
|
|
github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154
|
|
|
|
github.com/briandowns/spinner v1.7.0
|
2019-11-26 17:05:41 +00:00
|
|
|
github.com/cavaliercoder/grab v2.0.0+incompatible
|
2019-11-10 17:04:06 +00:00
|
|
|
github.com/crillab/gophersat v1.1.7
|
|
|
|
github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23
|
|
|
|
github.com/ghodss/yaml v1.0.0
|
2019-11-12 09:04:17 +00:00
|
|
|
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
2019-11-10 17:04:06 +00:00
|
|
|
github.com/hashicorp/go-version v1.2.0
|
|
|
|
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
|
2019-12-30 11:53:32 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.1
|
2019-11-16 13:16:44 +00:00
|
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
2019-11-10 17:04:06 +00:00
|
|
|
github.com/logrusorgru/aurora v0.0.0-20190417123914-21d75270181e
|
2019-11-25 19:28:08 +00:00
|
|
|
github.com/marcsauter/single v0.0.0-20181104081128-f8bf46f26ec0
|
2019-11-10 17:04:06 +00:00
|
|
|
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
|
2019-11-23 18:13:32 +00:00
|
|
|
github.com/otiai10/copy v1.0.2
|
2019-11-10 17:04:06 +00:00
|
|
|
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
|
2019-11-12 09:04:17 +00:00
|
|
|
github.com/spf13/viper v1.5.0
|
2019-11-12 16:32:56 +00:00
|
|
|
github.com/stevenle/topsort v0.0.0-20130922064739-8130c1d7596b
|
2019-11-10 17:04:06 +00:00
|
|
|
go.etcd.io/bbolt v1.3.3
|
|
|
|
golang.org/x/crypto v0.0.0-20191028145041-f83a4685e152 // indirect
|
2019-11-12 09:04:17 +00:00
|
|
|
golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.5
|
2019-12-15 11:22:29 +00:00
|
|
|
mvdan.cc/sh v2.6.4+incompatible // indirect
|
|
|
|
mvdan.cc/sh/v3 v3.0.0-beta1
|
2019-11-10 17:04:06 +00:00
|
|
|
)
|