forked from aws-cloudformation/rain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 759 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/aws-cloudformation/rain
require (
github.com/andrew-d/go-termutil v0.0.0-20150726205930-009166a695a2
github.com/aws/aws-sdk-go-v2 v0.9.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.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
github.com/sanathkr/yaml v1.0.1-0.20170819201035-0056894fa522
github.com/spf13/cobra v0.0.4
github.com/stretchr/testify v1.3.0 // indirect
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)
go 1.13