mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-05 04:20:41 +00:00
25 lines
858 B
Modula-2
25 lines
858 B
Modula-2
module github.com/thegeeklab/drone-docker-buildx
|
|
|
|
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.0
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
honnef.co/go/tools v0.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.0.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/exp/typeparams v0.0.0-20220328175248-053ad81199eb // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
|
|
golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f // indirect
|
|
golang.org/x/tools v0.1.11-0.20220330174940-8e193c2ba95e // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|