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
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/hashicorp/go-multierror v1.1.0 // indirect
|
|
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
|
|
github.com/hashicorp/vault/api v1.0.4
|
2020-12-20 00:40:18 +03:00
|
|
|
github.com/imdario/mergo v0.3.11
|
2021-03-05 16:18:43 +00:00
|
|
|
github.com/unistack-org/micro/v3 v3.2.17
|
2021-01-29 16:26:58 +03:00
|
|
|
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
|
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
2020-12-10 01:42:28 +03:00
|
|
|
)
|