-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.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