Skip to content

Commit

Permalink
Remove x/net/context vendor by using std package (#5202)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sapk authored and techknowlogick committed Nov 10, 2018
1 parent b3000ae commit 4c1f1f9
Show file tree
Hide file tree
Showing 40 changed files with 1,489 additions and 641 deletions.
18 changes: 10 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ ignored = ["google.golang.org/appengine*"]
branch = "master"
name = "code.gitea.io/sdk"

[[constraint]]
# branch = "master"
revision = "c74e08f039e56cef576e4336382b2a2d12d9e026"
name = "github.com/blevesearch/bleve"
#Not targetting v0.7.0 since standard where use only just after this tag

[[constraint]]
revision = "12dd70caea0268ac0d6c2707d0611ef601e7c64e"
name = "golang.org/x/crypto"
Expand Down Expand Up @@ -61,7 +67,7 @@ ignored = ["google.golang.org/appengine*"]

[[constraint]]
name = "github.com/markbates/goth"
version = "1.46.1"
version = "1.47.2"

[[constraint]]
branch = "master"
Expand Down Expand Up @@ -105,7 +111,7 @@ ignored = ["google.golang.org/appengine*"]
source = "github.com/go-gitea/bolt"

[[override]]
revision = "c10ba270aa0bf8b8c1c986e103859c67a9103061"
branch = "master"
name = "golang.org/x/oauth2"

[[constraint]]
Expand Down
3 changes: 2 additions & 1 deletion vendor/github.com/blevesearch/bleve/index.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 59 additions & 20 deletions vendor/github.com/blevesearch/bleve/index/scorch/introducer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4c1f1f9

Please sign in to comment.