diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2018-11-11 00:55:36 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-10 18:55:36 -0500 |
commit | 4c1f1f96465e809161f7d634a07eb60b4511db35 (patch) | |
tree | 923ab95c7c96c133ce39fce7ca2b9872f116fb2c /vendor/golang.org/x/oauth2/internal/doc.go | |
parent | b3000ae623c30a58d3eb25c9fd7104db274381b7 (diff) | |
download | gitea-4c1f1f96465e809161f7d634a07eb60b4511db35.tar.gz gitea-4c1f1f96465e809161f7d634a07eb60b4511db35.zip |
Remove x/net/context vendor by using std package (#5202)
* Update dep github.com/markbates/goth
* Update dep github.com/blevesearch/bleve
* Update dep golang.org/x/oauth2
* Fix github.com/blevesearch/bleve to c74e08f039e56cef576e4336382b2a2d12d9e026
* Update dep golang.org/x/oauth2
Diffstat (limited to 'vendor/golang.org/x/oauth2/internal/doc.go')
-rw-r--r-- | vendor/golang.org/x/oauth2/internal/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/golang.org/x/oauth2/internal/doc.go b/vendor/golang.org/x/oauth2/internal/doc.go new file mode 100644 index 0000000000..03265e888a --- /dev/null +++ b/vendor/golang.org/x/oauth2/internal/doc.go @@ -0,0 +1,6 @@ +// Copyright 2017 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +// Package internal contains support packages for oauth2 package. +package internal |