mirror of
https://github.com/go-micro/go-micro.git
synced 2025-03-03 15:22:30 +02:00
10 lines
202 B
Modula-2
10 lines
202 B
Modula-2
module github.com/micro/go-micro/plugins/registry/consul/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/hashicorp/consul/api v1.3.0
|
|
github.com/micro/go-micro/v2 v2.9.1
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
)
|