mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-09 18:00:40 +00:00
13 lines
485 B
Modula-2
13 lines
485 B
Modula-2
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-20170111051028-2fa789fd0c6b
|
|
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
|
|
)
|