2021-02-10 10:29:25 +01:00
|
|
|
module go.xsfx.dev/samurai
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-03-22 10:58:08 +01:00
|
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
2021-02-10 10:29:25 +01:00
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
2021-03-22 10:58:08 +01:00
|
|
|
github.com/containerd/containerd v1.4.3 // indirect
|
2021-02-10 10:29:25 +01:00
|
|
|
github.com/creack/pty v1.1.11
|
2021-03-22 10:58:08 +01:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v20.10.3+incompatible
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
2021-02-10 10:29:25 +01:00
|
|
|
github.com/gliderlabs/ssh v0.3.2
|
2021-03-22 10:58:08 +01:00
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
2021-02-11 12:34:32 +01:00
|
|
|
github.com/manifoldco/promptui v0.8.0
|
2021-03-22 10:58:08 +01:00
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
|
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
2021-02-11 12:34:32 +01:00
|
|
|
github.com/rs/zerolog v1.20.0
|
|
|
|
github.com/spf13/cobra v1.1.2
|
2021-02-12 14:14:15 +01:00
|
|
|
github.com/spf13/viper v1.7.0
|
2021-02-10 10:29:25 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2021-03-22 10:58:08 +01:00
|
|
|
gotest.tools/v3 v3.0.3 // indirect
|
2021-02-10 10:29:25 +01:00
|
|
|
)
|