switch to stdlib context

This commit is contained in:
Asim Aslam 2018-03-03 12:28:44 +00:00 committed by Vasiliy Tolstov
parent 5b1127bceb
commit 9009937453

View File

@ -1,9 +1,9 @@
package gossip package gossip
import ( import (
"github.com/micro/go-micro/registry" "context"
"golang.org/x/net/context" "github.com/micro/go-micro/registry"
) )
type contextSecretKey struct{} type contextSecretKey struct{}