-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathgo.mod
28 lines (25 loc) · 1.2 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
28
module github.com/turnerlabs/fargate-create
go 1.18
require (
github.com/aws/aws-sdk-go v1.14.31
github.com/hashicorp/go-getter v0.0.0-20180709183828-a33f09ce9fee
github.com/spf13/cobra v0.0.4-0.20180629152535-a114f312e075
gopkg.in/yaml.v2 v2.2.1
)
require (
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/go-ini/ini v1.38.1 // indirect
github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186 // indirect
github.com/hashicorp/go-safetemp v0.0.0-20180326211150-b1a1dbde6fdc // indirect
github.com/hashicorp/go-version v0.0.0-20180716215031-270f2f71b1ee // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 // indirect
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9 // indirect
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/ulikunitz/xz v0.5.4 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
)