diff --git a/registry/consul/watcher.go b/registry/consul/watcher.go index 60957bb1..a3d894a7 100644 --- a/registry/consul/watcher.go +++ b/registry/consul/watcher.go @@ -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" )