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" "sync"
"github.com/hashicorp/consul/api" "github.com/hashicorp/consul/api"
"github.com/hashicorp/consul/watch" "github.com/hashicorp/consul/api/watch"
"github.com/micro/go-micro/registry" "github.com/micro/go-micro/registry"
) )