You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/jmccann/drone-terraform
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Sirupsen/logrus v0.0.0-20160829202321-3ec0642a7fb6
|
|
|
|
github.com/aws/aws-sdk-go v0.0.0-20161007224333-c0d7d3282e4c
|
|
|
|
github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db
|
|
|
|
github.com/go-ini/ini v1.21.1
|
|
|
|
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46
|
|
|
|
golang.org/x/sys v0.0.0-20161006025142-8d1157a43547
|
|
|
|
)
|
|
|
|
|
|
|
|
go 1.13
|