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-10-04 12:58:31 +03:00
|
|
|
github.com/hashicorp/vault/api v1.8.0
|
2022-06-25 23:15:04 +03:00
|
|
|
github.com/imdario/mergo v0.3.13
|
2021-06-21 16:26:39 +03:00
|
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
2022-07-11 08:24:02 +00:00
|
|
|
go.unistack.org/micro/v3 v3.9.11
|
2022-06-27 08:33:12 +00:00
|
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
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
|
|
|
)
|