use golang.org/x/net/context instead of context package
This commit is contained in:
parent
1bacad1fe8
commit
0b9f78d3ee
@ -1,7 +1,7 @@
|
|||||||
package nats
|
package nats
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"golang.org/x/net/context"
|
||||||
|
|
||||||
"github.com/micro/go-micro/broker"
|
"github.com/micro/go-micro/broker"
|
||||||
"github.com/nats-io/nats"
|
"github.com/nats-io/nats"
|
||||||
|
Loading…
Reference in New Issue
Block a user