2021-07-13 21:34:32 +00:00
|
|
|
module coopcloud.tech/abra
|
|
|
|
|
2021-10-13 14:55:58 +00:00
|
|
|
go 1.16
|
2021-07-13 21:34:32 +00:00
|
|
|
|
2021-07-15 07:04:45 +00:00
|
|
|
require (
|
2021-11-03 05:29:06 +00:00
|
|
|
coopcloud.tech/tagcmp v0.0.0-20211103052201-885b22f77d52
|
2023-06-14 07:02:51 +00:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.7
|
2022-01-17 21:34:32 +00:00
|
|
|
github.com/Autonomic-Cooperative/godotenv v1.3.1-0.20210731094149-b031ea1211e7
|
2021-09-28 19:27:31 +00:00
|
|
|
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
|
2023-07-25 07:05:47 +00:00
|
|
|
github.com/docker/cli v24.0.5+incompatible
|
2023-05-12 07:03:02 +00:00
|
|
|
github.com/docker/distribution v2.8.2+incompatible
|
2023-07-25 07:05:53 +00:00
|
|
|
github.com/docker/docker v24.0.5+incompatible
|
2022-09-01 07:01:24 +00:00
|
|
|
github.com/docker/go-units v0.5.0
|
2023-07-27 07:06:22 +00:00
|
|
|
github.com/go-git/go-git/v5 v5.8.1
|
2022-02-16 08:01:33 +00:00
|
|
|
github.com/moby/sys/signal v0.7.0
|
2023-05-03 07:02:46 +00:00
|
|
|
github.com/moby/term v0.5.0
|
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
|
2023-03-15 08:02:29 +00:00
|
|
|
github.com/schollz/progressbar/v3 v3.13.1
|
2023-06-05 07:02:38 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-06-30 07:02:40 +00:00
|
|
|
gotest.tools/v3 v3.5.0
|
2021-09-07 05:21:52 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-06-07 08:45:17 +00:00
|
|
|
coopcloud.tech/libcapsul v0.0.0-20230605070824-878af473f07b
|
2023-07-25 08:22:02 +00:00
|
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // indirect
|
2022-02-04 08:01:11 +00:00
|
|
|
github.com/buger/goterm v1.0.4
|
2022-02-20 13:40:58 +00:00
|
|
|
github.com/containerd/containerd v1.5.9 // indirect
|
2022-02-22 09:52:14 +00:00
|
|
|
github.com/containers/image v3.0.2+incompatible
|
2022-02-20 13:40:58 +00:00
|
|
|
github.com/containers/storage v1.38.2 // indirect
|
2022-11-14 14:18:54 +00:00
|
|
|
github.com/decentral1se/passgen v1.0.1
|
2021-09-07 05:21:52 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
2021-09-27 10:24:02 +00:00
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
2021-09-07 05:21:52 +00:00
|
|
|
github.com/fvbommel/sortorder v1.0.2 // indirect
|
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
2023-06-07 07:02:31 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.4
|
2023-07-14 17:47:09 +00:00
|
|
|
github.com/hetznercloud/hcloud-go v1.48.0
|
2023-05-05 07:03:01 +00:00
|
|
|
github.com/klauspost/pgzip v1.2.6
|
2021-10-18 18:35:43 +00:00
|
|
|
github.com/libdns/gandi v1.0.2
|
2021-10-20 15:25:46 +00:00
|
|
|
github.com/libdns/libdns v0.2.1
|
2023-07-14 19:43:13 +00:00
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
|
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
2022-02-20 13:40:58 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84 // indirect
|
2023-07-14 17:47:09 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
2022-02-20 13:40:58 +00:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
|
|
github.com/spf13/cobra v1.3.0 // indirect
|
2021-07-18 03:21:26 +00:00
|
|
|
github.com/theupdateframework/notary v0.7.0 // indirect
|
2022-08-11 23:59:08 +00:00
|
|
|
github.com/urfave/cli v1.22.9
|
2022-02-20 13:40:58 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect
|
2023-07-05 07:02:41 +00:00
|
|
|
golang.org/x/sys v0.10.0
|
2021-07-15 07:04:45 +00:00
|
|
|
)
|