vendor: update all dependencies
This commit is contained in:
parent
fb5ee22112
commit
43bc381e90
324 changed files with 37701 additions and 10005 deletions
6
vendor/google.golang.org/appengine/appengine.go
generated
vendored
6
vendor/google.golang.org/appengine/appengine.go
generated
vendored
|
@ -78,6 +78,12 @@ func IsAppEngine() bool {
|
|||
return internal.IsAppEngine()
|
||||
}
|
||||
|
||||
// IsSecondGen reports whether the App Engine app is running on the second generation
|
||||
// runtimes (>= Go 1.11).
|
||||
func IsSecondGen() bool {
|
||||
return internal.IsSecondGen()
|
||||
}
|
||||
|
||||
// NewContext returns a context for an in-flight HTTP request.
|
||||
// This function is cheap.
|
||||
func NewContext(req *http.Request) context.Context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue