-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 1.17 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/olksdr/vault-plugin-secrets-github-apps
go 1.13
require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/frankban/quicktest v1.7.2 // indirect
github.com/hashicorp/go-hclog v0.10.0
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/vault/api v1.0.5-0.20191108162021-73e607235264
github.com/hashicorp/vault/sdk v0.1.14-0.20191120192942-2612924b97ab
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect
golang.org/x/net v0.0.0-20191204025024-5ee1b9f4859a
golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
google.golang.org/genproto v0.0.0-20191203220235-3fa9dbf08042 // indirect
google.golang.org/grpc v1.25.1 // indirect
gopkg.in/square/go-jose.v2 v2.4.0
)