forked from awslabs/fargatecli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 812 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/awslabs/fargatecli
require (
github.com/aws/aws-sdk-go v1.30.7
github.com/go-ini/ini v1.32.0 // indirect
github.com/golang/mock v1.4.3
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kyokomi/emoji v0.0.0-20161123144355-7e06b236c489
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.2 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
gopkg.in/ini.v1 v1.42.0 // indirect
)
go 1.13