mirror of
https://github.com/mudler/luet.git
synced 2025-05-09 16:57:18 +00:00
70 lines
2.9 KiB
Modula-2
70 lines
2.9 KiB
Modula-2
module github.com/mudler/luet
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DataDog/zstd v1.4.5 // indirect
|
|
github.com/Masterminds/sprig/v3 v3.2.1
|
|
github.com/Sabayon/pkgs-checker v0.8.4
|
|
github.com/asdine/storm v0.0.0-20190418133842-e0f77eada154
|
|
github.com/asottile/dockerfile v3.1.0+incompatible
|
|
github.com/cavaliercoder/grab v1.0.1-0.20201108051000-98a5bfe305ec
|
|
github.com/containerd/containerd v1.6.3-0.20220401172941-5ff8fce1fcc6
|
|
github.com/crillab/gophersat v1.3.2-0.20210701121804-72b19f5b6b38
|
|
github.com/docker/cli v20.10.13+incompatible
|
|
github.com/docker/distribution v2.8.0+incompatible
|
|
github.com/docker/docker v20.10.10+incompatible
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/ecooper/qlearning v0.0.0-20160612200101-3075011a69fd
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
|
github.com/google/go-containerregistry v0.7.0
|
|
github.com/google/renameio v1.0.0
|
|
github.com/gookit/color v1.5.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-version v1.3.0
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/ipfs/go-log/v2 v2.4.0
|
|
github.com/jinzhu/copier v0.0.0-20180308034124-7e38e58719c3
|
|
github.com/kendru/darwin/go/depgraph v0.0.0-20220319173517-8abc3541da93
|
|
github.com/klauspost/compress v1.15.1
|
|
github.com/klauspost/pgzip v1.2.5
|
|
github.com/knqyf263/go-deb-version v0.0.0-20190517075300-09fca494f03d
|
|
github.com/kyokomi/emoji v2.1.0+incompatible
|
|
github.com/marcsauter/single v0.0.0-20181104081128-f8bf46f26ec0
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
|
github.com/moby/buildkit v0.10.1 // indirect
|
|
github.com/moby/moby v20.10.9+incompatible
|
|
github.com/mudler/cobra-extensions v0.0.0-20200612154940-31a47105fe3d
|
|
github.com/mudler/go-pluggable v0.0.0-20211206135551-9263b05c562e
|
|
github.com/mudler/topsort v0.0.0-20201103161459-db5c7901c290
|
|
github.com/onsi/ginkgo/v2 v2.0.0
|
|
github.com/onsi/gomega v1.17.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
|
|
github.com/otiai10/copy v1.2.1-0.20200916181228-26f84a0b1578
|
|
github.com/pelletier/go-toml v1.9.4
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/pterm/pterm v0.12.32-0.20211002183613-ada9ef6790c3
|
|
github.com/rancher-sandbox/gofilecache v0.0.0-20210330135715-becdeff5df15
|
|
github.com/spf13/cast v1.4.1 // indirect
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/theupdateframework/notary v0.7.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
go.uber.org/multierr v1.6.0
|
|
go.uber.org/zap v1.17.0
|
|
golang.org/x/mod v0.4.2
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
gopkg.in/ini.v1 v1.63.2 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|
|
)
|