forked from Strum355/drone-vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 867 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/drone/drone-vault
go 1.12
require (
github.com/99designs/httpsignatures-go v0.0.0-20170731043157-88528bf4ca7e // indirect
github.com/drone/drone-go v0.0.0-20181022043707-2d78f279e8ef
github.com/golang/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.2.0
github.com/hashicorp/vault/api v1.0.4
github.com/joho/godotenv v1.2.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/onsi/gomega v1.4.2 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)