1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-12 08:23:58 +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
commit e4704a8f41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
)