48 lines
1.8 KiB
Modula-2
48 lines
1.8 KiB
Modula-2
module coopcloud.tech/abra
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
coopcloud.tech/tagcmp v0.0.0-20211103052201-885b22f77d52
|
|
github.com/AlecAivazis/survey/v2 v2.3.2
|
|
github.com/Autonomic-Cooperative/godotenv v1.3.1-0.20210731170023-c37c0920d1a4
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
|
github.com/docker/cli v20.10.11+incompatible
|
|
github.com/docker/distribution v2.7.1+incompatible
|
|
github.com/docker/docker v20.10.11+incompatible
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/hetznercloud/hcloud-go v1.33.1
|
|
github.com/moby/sys/signal v0.6.0
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/schollz/progressbar/v3 v3.8.3
|
|
github.com/schultz-is/passgen v1.0.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
gotest.tools/v3 v3.0.3
|
|
)
|
|
|
|
require (
|
|
coopcloud.tech/libcapsul v0.0.0-20211022074848-c35e78fe3f3e
|
|
github.com/Microsoft/hcsshim v0.8.21 // indirect
|
|
github.com/containerd/containerd v1.5.5 // indirect
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/fvbommel/sortorder v1.0.2 // indirect
|
|
github.com/gliderlabs/ssh v0.3.3
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/kevinburke/ssh_config v1.1.0
|
|
github.com/libdns/gandi v1.0.2
|
|
github.com/libdns/libdns v0.2.1
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/runc v1.0.2 // indirect
|
|
github.com/theupdateframework/notary v0.7.0 // indirect
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
|
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
|
|
)
|