forked from toolshed/abra
feat: abra server ls
WE DID IT! The first actual command to be ported. Code is still a mess in terms of UX but its a milestone!
This commit is contained in:
11
go.mod
11
go.mod
@ -6,10 +6,15 @@ 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/go-connections v0.4.0 // indirect
|
||||
github.com/docker/go-units v0.4.0 // indirect
|
||||
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 // 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
|
||||
)
|
||||
|
Reference in New Issue
Block a user