mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
2653e7a977
* update etcd version * update mod version * update
10 lines
200 B
Modula-2
10 lines
200 B
Modula-2
module github.com/asim/go-micro/plugins/registry/consul/v3
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/asim/go-micro/v3 v3.5.0
|
|
github.com/hashicorp/consul/api v1.3.0
|
|
github.com/mitchellh/hashstructure v1.0.0
|
|
)
|