micro-config-consul/go.mod
dependabot[bot] 87bc40a1e8
Bump github.com/unistack-org/micro/v3 from 3.6.0 to 3.7.1
Bumps [github.com/unistack-org/micro/v3](https://github.com/unistack-org/micro) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.6.0...v3.7.1)

---
updated-dependencies:
- dependency-name: github.com/unistack-org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-16 07:12:34 +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.7.1
)