2021-01-16 02:17:28 +03:00
|
|
|
module github.com/unistack-org/micro-config-vault/v3
|
2020-12-10 01:42:28 +03:00
|
|
|
|
2021-06-21 16:26:39 +03:00
|
|
|
go 1.16
|
2020-12-10 01:42:28 +03:00
|
|
|
|
|
|
|
require (
|
2021-08-04 16:02:14 +03:00
|
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2021-06-21 16:26:39 +03:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
2021-08-04 16:02:14 +03:00
|
|
|
github.com/hashicorp/vault/api v1.1.1
|
2021-03-09 22:39:30 +00:00
|
|
|
github.com/imdario/mergo v0.3.12
|
2021-06-21 16:26:39 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2021-09-22 08:27:17 +00:00
|
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
2021-09-29 08:24:41 +00:00
|
|
|
github.com/unistack-org/micro/v3 v3.7.5
|
2021-08-04 16:02:14 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
2021-06-21 16:26:39 +03:00
|
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
2020-12-10 01:42:28 +03:00
|
|
|
)
|