mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 18:24:24 +08:00
46 lines
1.7 KiB
Modula-2
46 lines
1.7 KiB
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.3.0
|
|
github.com/dchest/uniuri v1.2.0
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.1
|
|
github.com/drone/drone-go v1.7.1
|
|
github.com/inhies/go-bytesize v0.0.0-20210819104631-275770b98743
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/stretchr/testify v1.8.1
|
|
github.com/urfave/cli v1.22.2
|
|
golang.org/x/oauth2 v0.13.0
|
|
google.golang.org/api v0.146.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go/compute v1.23.1 // indirect
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/s2a-go v0.1.7 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
go.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/crypto v0.14.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.13.0 // indirect
|
|
golang.org/x/text v0.13.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect
|
|
google.golang.org/grpc v1.59.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
go 1.22.4
|