Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions tool/bs-ssh/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@ module go.amplifyedge.org/shared-v2/tool/bs-ssh
go 1.15

require (
github.com/docker/docker v20.10.2+incompatible // indirect
github.com/docker/machine v0.16.2 // indirect
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/nanobox-io/golang-ssh v0.0.0-20190309194042-12ea65d3a59d
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
)
Loading