change golang.org/x/net to be the same revision as used in kubernetes

This commit is contained in:
Jingfang Liu
2018-10-16 09:31:42 -07:00
parent 9d804ba3a8
commit e0958159f3
125 changed files with 16528 additions and 24780 deletions

View File

@@ -5,8 +5,6 @@
// Package context defines the Context type, which carries deadlines,
// cancelation signals, and other request-scoped values across API boundaries
// and between processes.
// As of Go 1.7 this package is available in the standard library under the
// name context. https://golang.org/pkg/context.
//
// Incoming requests to a server should create a Context, and outgoing calls to
// servers should accept a Context. The chain of function calls between must