2021-01-17 12:06:23 +00:00
|
|
|
module github.com/thegeeklab/drone-docker
|
|
|
|
|
2021-05-10 07:03:35 +00:00
|
|
|
go 1.16
|
2021-01-17 19:55:51 +00:00
|
|
|
|
2021-01-17 12:06:23 +00:00
|
|
|
require (
|
|
|
|
github.com/coreos/go-semver v0.3.0
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
|
|
|
github.com/joho/godotenv v1.3.0
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2021-03-10 07:16:22 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-01-17 12:06:23 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-05-10 07:03:35 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
|
2021-05-25 16:03:23 +00:00
|
|
|
honnef.co/go/tools v0.2.0
|
2021-01-17 12:06:23 +00:00
|
|
|
)
|