Bump github.com/hashicorp/consul/api from 1.15.3 to 1.18.0 (#102)

Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.15.3 to 1.18.0.
- [Release notes](https://github.com/hashicorp/consul/releases)
- [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/consul/compare/api/v1.15.3...api/v1.18.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/consul/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>
This commit is contained in:
dependabot[bot]
2022-12-27 00:10:27 +03:00
committed by GitHub
parent b589d642f8
commit c5e65648b4
2 changed files with 16 additions and 14 deletions

5
go.mod
View File

@@ -3,11 +3,14 @@ module go.unistack.org/micro-config-consul/v3
go 1.16
require (
github.com/armon/go-metrics v0.3.10 // indirect
github.com/google/btree v1.0.1 // indirect
github.com/hashicorp/consul/api v1.15.3
github.com/hashicorp/consul/api v1.18.0
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.3.1
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/imdario/mergo v0.3.13
github.com/mitchellh/mapstructure v1.4.2 // indirect
go.unistack.org/micro/v3 v3.9.17