mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 23:47:50 +00:00
Merge pull request #2187 from eparis/go.net-rename
update code.goole.com/p/go.net to golang.org/x/net
This commit is contained in:
@@ -19,7 +19,7 @@ package api
|
||||
import (
|
||||
stderrs "errors"
|
||||
|
||||
"code.google.com/p/go.net/context"
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
// Context carries values across API boundaries.
|
||||
|
||||
Reference in New Issue
Block a user