All checks were successful
continuous-integration/drone/push Build is passing
WE DID IT! The first actual command to be ported. Code is still a mess in terms of UX but its a milestone!
21 lines
699 B
Modula-2
21 lines
699 B
Modula-2
module coopcloud.tech/abra
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/containerd/containerd v1.5.3 // indirect
|
|
github.com/docker/cli v20.10.7+incompatible
|
|
github.com/docker/docker v20.10.7+incompatible
|
|
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
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/moby/sys/mount v0.2.0 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/schultz-is/passgen v1.0.1
|
|
github.com/theupdateframework/notary v0.7.0 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0 //ct
|
|
)
|