drone-s3-sync/Gopkg.toml

24 lines
417 B
TOML

[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.16"
[[constraint]]
name = "github.com/joho/godotenv"
version = "1.2.0"
[[constraint]]
name = "github.com/ryanuber/go-glob"
version = "0.1.0"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[prune]
go-tests = true
unused-packages = true