Update dependencies
This change updates all dependencies. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
e3833e5e48
commit
d42160cab2
253 changed files with 1092 additions and 1146 deletions
19
vendor/github.com/google/go-github/v71/github/without_appengine.go
generated
vendored
19
vendor/github.com/google/go-github/v71/github/without_appengine.go
generated
vendored
|
|
@ -1,19 +0,0 @@
|
|||
// Copyright 2017 The go-github AUTHORS. All rights reserved.
|
||||
//
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build !appengine
|
||||
|
||||
// This file provides glue for making github work without App Engine.
|
||||
|
||||
package github
|
||||
|
||||
import (
|
||||
"context"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func withContext(ctx context.Context, req *http.Request) *http.Request {
|
||||
return req.WithContext(ctx)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue