dbb65b81d2
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.9.8 to 3.9.10. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.9.8...v3.9.10) --- updated-dependencies: - dependency-name: go.unistack.org/micro/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
517 B
Modula-2
16 lines
517 B
Modula-2
module go.unistack.org/micro-config-vault/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
|
github.com/hashicorp/vault/api v1.7.2
|
|
github.com/imdario/mergo v0.3.13
|
|
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
|
|
go.unistack.org/micro/v3 v3.9.10
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
|
|
)
|