change logger

This commit is contained in:
Asim Aslam 2019-05-31 16:25:34 +01:00 committed by Vasiliy Tolstov
parent 1291ceb68c
commit 2fcc1dbf5d

View File

@ -10,7 +10,7 @@ import (
"time"
"github.com/google/uuid"
log "github.com/micro/go-log"
log "github.com/micro/go-micro/util/log"
"github.com/micro/go-micro/broker"
"github.com/micro/go-micro/cmd"
"github.com/micro/go-micro/codec/json"