summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-11-11 00:55:36 +0100
committertechknowlogick <hello@techknowlogick.com>2018-11-10 18:55:36 -0500
commit4c1f1f96465e809161f7d634a07eb60b4511db35 (patch)
tree923ab95c7c96c133ce39fce7ca2b9872f116fb2c /Gopkg.toml
parentb3000ae623c30a58d3eb25c9fd7104db274381b7 (diff)
downloadgitea-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 'Gopkg.toml')
-rw-r--r--Gopkg.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 6338263bcc..2633d8b1dd 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -15,6 +15,12 @@ ignored = ["google.golang.org/appengine*"]
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"
@@ -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"
@@ -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]]