-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathgo.mod
21 lines (19 loc) · 855 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/TylerBrock/saw
go 1.12
require (
github.com/TylerBrock/colorjson v0.0.0-20180527164720-95ec53f28296
github.com/aws/aws-sdk-go v1.13.56
github.com/fatih/color v1.7.0
github.com/go-ini/ini v1.37.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20180920040306-f579f869bbfe // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect
gopkg.in/ini.v1 v1.42.0 // indirect
)