Change go-log links

This commit is contained in:
Asim Aslam
2019-05-31 00:38:05 +01:00
parent 5595a8e0e4
commit 4035ab5c7b
16 changed files with 91 additions and 16 deletions

View File

@@ -7,8 +7,8 @@ import (
"sync"
"time"
log "github.com/micro/go-log"
"github.com/micro/go-micro/registry"
log "github.com/micro/go-micro/util/log"
)
// Cache is the registry cache interface

View File

@@ -16,9 +16,9 @@ import (
"github.com/golang/protobuf/proto"
"github.com/google/uuid"
"github.com/hashicorp/memberlist"
log "github.com/micro/go-log"
"github.com/micro/go-micro/registry"
pb "github.com/micro/go-micro/registry/gossip/proto"
log "github.com/micro/go-micro/util/log"
"github.com/mitchellh/hashstructure"
)