2022-05-02 20:43:40 +00:00
|
|
|
module github.com/thegeeklab/drone-s3-sync
|
|
|
|
|
2023-02-08 09:14:25 +00:00
|
|
|
go 1.20
|
2022-05-02 20:43:40 +00:00
|
|
|
|
|
|
|
require (
|
2023-06-20 07:09:20 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.285
|
2023-02-08 10:07:37 +00:00
|
|
|
github.com/joho/godotenv v1.5.1
|
2022-05-02 20:43:40 +00:00
|
|
|
github.com/ryanuber/go-glob v1.0.0
|
2023-06-05 08:00:31 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2023-06-05 12:08:26 +00:00
|
|
|
github.com/thegeeklab/drone-plugin-lib/v2 v2.3.4
|
2023-06-05 08:14:49 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.5
|
2022-05-02 20:43:40 +00:00
|
|
|
)
|
2019-01-08 16:32:13 +00:00
|
|
|
|
|
|
|
require (
|
2022-05-02 20:43:40 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-05-29 11:56:55 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2023-02-08 16:19:10 +00:00
|
|
|
golang.org/x/sys v0.2.0 // indirect
|
2019-01-08 16:32:13 +00:00
|
|
|
)
|