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-04-25 07:52:13 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.44.249
|
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
|
2022-07-21 07:56:47 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-04-14 21:26:51 +00:00
|
|
|
github.com/thegeeklab/drone-plugin-lib/v2 v2.3.2
|
2023-04-14 06:53:32 +00:00
|
|
|
github.com/urfave/cli/v2 v2.25.1
|
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
|
|
|
)
|