0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00
wp-opentofu/go.mod
2019-02-22 08:29:56 -06:00

13 lines
513 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 v0.0.0-20150907010228-4ed13390c0ac
github.com/urfave/cli v0.0.0-20161006035353-55f715e28c46
golang.org/x/sys v0.0.0-20161006025142-8d1157a43547
)