mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-30 10:10:44 +02:00
9 lines
156 B
Modula-2
9 lines
156 B
Modula-2
module github.com/micro/go-micro/plugins/store/consul/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/hashicorp/consul/api v1.3.0
|
|
github.com/micro/go-micro/v2 v2.9.1
|
|
)
|