ffa83381bd
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.13 to 3.10.14. - [Release notes](https://github.com/unistack-org/micro/releases) - [Commits](https://github.com/unistack-org/micro/compare/v3.10.13...v3.10.14) --- updated-dependencies: - dependency-name: go.unistack.org/micro/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
649 B
Modula-2
19 lines
649 B
Modula-2
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.18.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.4.0
|
|
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.10.14
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
|
|
)
|