dependabot[bot] 863aa5c6cc
Bump github.com/hashicorp/consul/api from 1.10.1 to 1.11.0
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.10.1 to 1.11.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/v1.10.1...api/v1.11.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>
2021-09-28 17:27:07 +00:00

15 lines
417 B
Modula-2

module github.com/unistack-org/micro-config-consul/v3
go 1.16
require (
github.com/google/btree v1.0.0 // indirect
github.com/hashicorp/consul/api v1.11.0
github.com/hashicorp/go-hclog v0.16.2
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/imdario/mergo v0.3.12
github.com/pkg/errors v0.9.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/unistack-org/micro/v3 v3.7.4
)