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