drone-docker-buildx/go.mod

20 lines
556 B
Modula-2
Raw Normal View History

module github.com/thegeeklab/drone-docker-buildx
2019-01-21 01:22:48 +01:00
2022-08-05 13:18:09 +02:00
go 1.19
2021-01-17 20:56:53 +01:00
2019-01-21 01:22:48 +01:00
require (
2021-01-10 23:47:55 +01:00
github.com/coreos/go-semver v0.3.0
github.com/joho/godotenv v1.4.0
github.com/sirupsen/logrus v1.9.0
github.com/thegeeklab/drone-plugin-lib/v2 v2.1.0
github.com/urfave/cli/v2 v2.11.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
2019-01-21 01:22:48 +01:00
)