forked from aws-cloudformation/rain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/aws-cloudformation/rain
go 1.16
require (
github.com/aws/aws-sdk-go-v2 v1.4.0
github.com/aws/aws-sdk-go-v2/config v1.1.7
github.com/aws/aws-sdk-go-v2/credentials v1.1.7
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.4.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.6.0
github.com/aws/aws-sdk-go-v2/service/s3 v1.6.0
github.com/aws/aws-sdk-go-v2/service/sts v1.3.1
github.com/aws/smithy-go v1.4.0
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/google/go-cmp v0.5.5
github.com/google/uuid v1.2.0
github.com/gookit/color v1.4.2
github.com/mickep76/mapslice-json v0.0.0-20200219143743-9f118f7dce45
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096
golang.org/x/term v0.0.0-20210503060354-a79de5458b56
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)