mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-11-05 04:20:41 +00:00
14 lines
340 B
Modula-2
14 lines
340 B
Modula-2
module github.com/drone-plugins/drone-docker
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.26.7
|
|
github.com/coreos/go-semver v0.2.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/sirupsen/logrus v1.3.0
|
|
github.com/urfave/cli v1.22.2
|
|
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
)
|
|
|
|
go 1.13
|