-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 737 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/in4it/ecs-ssh
go 1.15
require (
github.com/aws/aws-sdk-go v1.36.11
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jroimartin/gocui v0.4.0
github.com/juju/loggo v0.0.0-20200526014432-9ce3a2e09b5e
github.com/kr/text v0.2.0 // indirect
github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 // indirect
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 // indirect
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)