micro-config-consul/go.mod
dependabot[bot] 22d8262944
Bump github.com/hashicorp/consul/api from 1.8.1 to 1.10.1
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.8.1 to 1.10.1.
- [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.8.1...v1.10.1)

---
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-16 07:09:08 +00:00

14 lines
369 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.10.1
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/unistack-org/micro/v3 v3.6.0
)