switch to stdlib context
This commit is contained in:
parent
6a492de7a3
commit
f272d764e9
@ -4,7 +4,7 @@ import (
|
||||
"github.com/afex/hystrix-go/hystrix"
|
||||
"github.com/micro/go-micro/client"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
"context"
|
||||
)
|
||||
|
||||
type clientWrapper struct {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"github.com/micro/go-micro/registry/mock"
|
||||
"github.com/micro/go-micro/selector"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
"context"
|
||||
)
|
||||
|
||||
func TestBreaker(t *testing.T) {
|
||||
|
Loading…
Reference in New Issue
Block a user