mirror of
https://github.com/thegeeklab/drone-s3-sync.git
synced 2024-11-05 02:40:40 +00:00
13 lines
409 B
Modula-2
13 lines
409 B
Modula-2
module github.com/drone-plugins/drone-s3-sync
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.16.15
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/net v0.0.0-20190123100745-ed066c81e75e // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
)
|