mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-11 01:06:06 +00:00
Bump deps
This commit is contained in:
4
vendor/github.com/google/go-github/github/without_appengine.go
generated
vendored
4
vendor/github.com/google/go-github/github/without_appengine.go
generated
vendored
@@ -14,6 +14,6 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func withContext(ctx context.Context, req *http.Request) (context.Context, *http.Request) {
|
||||
return ctx, req.WithContext(ctx)
|
||||
func withContext(ctx context.Context, req *http.Request) *http.Request {
|
||||
return req.WithContext(ctx)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user