forked from davidbyttow/drone-ecr-registry-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 999 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/davidbyttow/drone-ecr-registry-plugin
require (
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e // indirect
github.com/aws/aws-sdk-go v1.15.83 // indirect
github.com/awslabs/amazon-ecr-credential-helper v0.2.0
github.com/drone/drone-go v0.8.5-0.20181126001606-1b7bf6421356
github.com/golang/mock v1.1.1 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/mitchellh/go-homedir v1.0.0 // indirect
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
golang.org/x/text v0.3.0 // indirect
)
replace github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.15.82