2021-10-26 23:42:47 +03:00
|
|
|
module go.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
|
2021-06-21 16:26:39 +03:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
2021-10-29 08:27:24 +00:00
|
|
|
github.com/hashicorp/vault/api v1.3.0
|
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/pierrec/lz4 v2.6.1+incompatible // indirect
|
2021-12-28 08:23:32 +00:00
|
|
|
go.unistack.org/micro/v3 v3.8.13
|
2021-08-04 16:02:14 +03:00
|
|
|
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
|
|
|
)
|