-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
31 lines (29 loc) · 1.3 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
27
28
29
30
31
module github.com/exoscale/vault-plugin-auth-exoscale
go 1.16
require (
github.com/armon/go-radix v1.0.0 // indirect
github.com/exoscale/egoscale v0.77.0
github.com/fatih/color v1.10.0 // indirect
github.com/frankban/quicktest v1.11.3 // indirect
github.com/gofrs/uuid v3.3.0+incompatible
github.com/golang/snappy v0.0.2 // indirect
github.com/google/cel-go v0.7.0
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/go-immutable-radix v1.3.0 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-plugin v1.4.0 // indirect
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/go-version v1.2.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/vault/api v1.0.4
github.com/hashicorp/vault/sdk v0.1.14-0.20191126230210-3ffc0cd03e68
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/stretchr/testify v1.7.0
google.golang.org/genproto v0.0.0-20210113195801-ae06605f4595 // indirect
google.golang.org/grpc v1.35.0 // indirect
)