switch to stdlib context
This commit is contained in:
parent
3d5c81f672
commit
952a716c38
3
nats.go
3
nats.go
@ -2,10 +2,9 @@
|
||||
package nats
|
||||
|
||||
import (
|
||||
"context"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
"github.com/micro/go-micro/broker"
|
||||
"github.com/micro/go-micro/broker/codec/json"
|
||||
"github.com/micro/go-micro/cmd"
|
||||
|
@ -1,7 +1,7 @@
|
||||
package nats
|
||||
|
||||
import (
|
||||
"golang.org/x/net/context"
|
||||
"context"
|
||||
|
||||
"github.com/micro/go-micro/broker"
|
||||
"github.com/nats-io/nats"
|
||||
|
Loading…
Reference in New Issue
Block a user