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-retryablehttp v0.7.0 // indirect
|
2022-03-25 11:20:02 +03:00
|
|
|
github.com/hashicorp/vault/api v1.5.0
|
2021-03-10 01:39:30 +03: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
|
2022-03-31 11:27:14 +03:00
|
|
|
go.unistack.org/micro/v3 v3.9.7
|
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
|
|
|
)
|