replace config/cmd with cmd
This commit is contained in:
parent
3d61830c73
commit
f3efc24da9
2
stan.go
2
stan.go
@ -12,7 +12,7 @@ import (
|
|||||||
"github.com/google/uuid"
|
"github.com/google/uuid"
|
||||||
"github.com/micro/go-micro/v2/broker"
|
"github.com/micro/go-micro/v2/broker"
|
||||||
"github.com/micro/go-micro/v2/codec/json"
|
"github.com/micro/go-micro/v2/codec/json"
|
||||||
"github.com/micro/go-micro/v2/config/cmd"
|
"github.com/micro/go-micro/v2/cmd"
|
||||||
log "github.com/micro/go-micro/v2/logger"
|
log "github.com/micro/go-micro/v2/logger"
|
||||||
stan "github.com/nats-io/stan.go"
|
stan "github.com/nats-io/stan.go"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user