mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 02:40:40 +00:00
b0dadb7aa6
* Dropped vendoring directory * Updated to current build process
24 lines
417 B
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
|