micro-config-vault/go.mod
dependabot[bot] de93210037
Bump github.com/hashicorp/vault/api from 1.7.2 to 1.8.0 (#85)
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.7.2 to 1.8.0.
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/vault/compare/v1.7.2...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/vault/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-04 12:58:31 +03:00

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.8.0
github.com/imdario/mergo v0.3.13
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
go.unistack.org/micro/v3 v3.9.11
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
)