mirror of
https://github.com/drone-plugins/drone-buildah.git
synced 2026-06-04 18:24:20 +08:00
14 lines
341 B
Modula-2
14 lines
341 B
Modula-2
module github.com/drone-plugins/drone-buildah
|
|
|
|
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
|