mirror of
https://github.com/thegeeklab/drone-docker.git
synced 2024-11-01 02:40:39 +00:00
18 lines
437 B
Modula-2
18 lines
437 B
Modula-2
module github.com/thegeeklab/drone-docker
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/coreos/go-semver v0.3.0
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.4.7
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
)
|