-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
31 lines (29 loc) · 1.26 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/omegion/vault-ssh
go 1.16
require (
cloud.google.com/go v0.60.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/golang/mock v1.5.0
github.com/golang/snappy v0.0.3 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/hashicorp/vault v1.7.2
github.com/hashicorp/vault/api v1.1.0
github.com/hashicorp/vault/sdk v0.2.1-0.20210519002511-48c5544c77f4
github.com/imdario/mergo v0.3.8 // indirect
github.com/klauspost/compress v1.11.0 // indirect
github.com/lib/pq v1.9.0 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/omegion/cobra-commander v0.1.0
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.22.4 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1 // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
golang.org/x/tools v0.1.2 // indirect
google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df // indirect
)