1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Merge pull request #461 from moorepatrick/patch-1

Update consul/watch import
This commit is contained in:
Asim Aslam
2019-04-26 19:22:33 +01:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ import (
"sync"
"github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/watch"
"github.com/hashicorp/consul/api/watch"
"github.com/micro/go-micro/registry"
)