Change uuid library
This commit is contained in:
parent
e89f31730b
commit
558b060130
@ -11,10 +11,10 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
|
||||
"code.google.com/p/go-uuid/uuid"
|
||||
log "github.com/golang/glog"
|
||||
"github.com/myodc/go-micro/errors"
|
||||
"github.com/myodc/go-micro/registry"
|
||||
"github.com/pborman/uuid"
|
||||
)
|
||||
|
||||
type httpBroker struct {
|
||||
|
@ -5,8 +5,8 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"code.google.com/p/go-uuid/uuid"
|
||||
log "github.com/golang/glog"
|
||||
"github.com/pborman/uuid"
|
||||
)
|
||||
|
||||
type Server interface {
|
||||
|
Loading…
Reference in New Issue
Block a user