2019-01-21 00:22:48 +00:00
|
|
|
module github.com/drone-plugins/drone-docker
|
|
|
|
|
|
|
|
require (
|
2020-01-02 14:42:44 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.26.7
|
2019-01-21 00:22:48 +00:00
|
|
|
github.com/coreos/go-semver v0.2.0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/sirupsen/logrus v1.3.0
|
|
|
|
github.com/urfave/cli v1.20.0
|
|
|
|
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
|
|
|
|
golang.org/x/text v0.3.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
|
|
)
|
2019-01-21 00:34:03 +00:00
|
|
|
|
2020-01-02 14:42:44 +00:00
|
|
|
go 1.13
|