2021-07-13 21:34:32 +00:00
|
|
|
module coopcloud.tech/abra
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
2021-07-15 07:04:45 +00:00
|
|
|
require (
|
2021-08-13 12:23:54 +00:00
|
|
|
coopcloud.tech/tagcmp v0.0.0-20210813114741-44053d6bfba1
|
2021-07-30 11:16:28 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.2.15
|
2021-07-31 17:03:31 +00:00
|
|
|
github.com/Autonomic-Cooperative/godotenv v1.3.1-0.20210731170023-c37c0920d1a4
|
2021-07-30 15:34:06 +00:00
|
|
|
github.com/containerd/containerd v1.5.5 // indirect
|
2021-07-17 03:35:43 +00:00
|
|
|
github.com/docker/cli v20.10.7+incompatible
|
2021-08-03 17:25:32 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2021-07-16 08:32:20 +00:00
|
|
|
github.com/docker/docker v20.10.7+incompatible
|
2021-07-18 03:21:26 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0
|
|
|
|
github.com/fvbommel/sortorder v1.0.2 // indirect
|
2021-07-26 13:38:33 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.4.2
|
2021-08-03 07:49:16 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
2021-08-02 00:10:19 +00:00
|
|
|
github.com/hetznercloud/hcloud-go v1.28.0
|
2021-07-18 03:21:26 +00:00
|
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
2021-07-16 08:32:20 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2021-07-18 03:21:26 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2021-08-03 07:49:16 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-07-16 08:32:20 +00:00
|
|
|
github.com/schultz-is/passgen v1.0.1
|
2021-07-19 06:04:37 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-18 03:21:26 +00:00
|
|
|
github.com/theupdateframework/notary v0.7.0 // indirect
|
2021-07-15 07:04:45 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0 //ct
|
2021-08-03 07:49:16 +00:00
|
|
|
gotest.tools/v3 v3.0.3
|
2021-07-15 07:04:45 +00:00
|
|
|
)
|