diff --git a/remote/context.go b/remote/context.go index a34e2ab68..16ad2b84e 100644 --- a/remote/context.go +++ b/remote/context.go @@ -1,7 +1,7 @@ package remote import ( - "code.google.com/p/go.net/context" + "golang.org/x/net/context" ) const key = "remote"