luet/go.mod

50 lines
2.2 KiB
Modula-2
Raw Normal View History

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
github.com/Sabayon/pkgs-checker v0.6.2-0.20200404093625-076438c31739
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
github.com/crillab/gophersat v1.1.9-0.20200211102949-9a8bf7f2f0a3
2020-04-18 09:41:34 +00:00
github.com/docker/docker v17.12.0-ce-rc1.0.20200417035958-130b0bc6032c+incompatible
github.com/ecooper/qlearning v0.0.0-20160612200101-3075011a69fd
2019-11-10 17:04:06 +00:00
github.com/ghodss/yaml v1.0.0
github.com/hashicorp/go-version v1.2.0
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
github.com/klauspost/pgzip v1.2.1
2020-04-04 13:32:13 +00:00
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
2020-01-03 14:20:02 +00:00
github.com/kr/pretty v0.2.0 // indirect
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
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
2020-04-18 09:49:28 +00:00
github.com/moby/sys/mount v0.1.1-0.20200320164225-6154f11e6840 // indirect
2020-04-18 09:41:34 +00:00
github.com/mudler/docker-companion v0.4.6-0.20200418093252-41846f112d87
2019-11-10 17:04:06 +00:00
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
go.etcd.io/bbolt v1.3.4
2020-01-03 14:20:02 +00:00
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0
golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/tools v0.0.0-20200102200121-6de373a2766c // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
gopkg.in/yaml.v2 v2.2.7
2019-12-15 11:22:29 +00:00
mvdan.cc/sh/v3 v3.0.0-beta1
2019-11-10 17:04:06 +00:00
)
2020-04-18 09:41:34 +00:00
replace github.com/docker/docker => github.com/Luet-lab/moby v17.12.0-ce-rc1.0.20200418093736-b2b0766ef22c+incompatible