aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-08-17 23:46:10 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-08-18 23:50:13 +0200
commitdf412430ab35106df57bc32d6dd01bd088bf4735 (patch)
treeea126fb14a3d5abcdfb66e0128c9cbd044f6cb02 /Gopkg.toml
parent501a9310807d4c53cf9e28b84d88aebd64a04ead (diff)
downloadgit-bug-df412430ab35106df57bc32d6dd01bd088bf4735.tar.gz
bridge/github: improve error handling and Nothing events
vendor: add package golang.org/x/sync/errgroup
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 9f5cb539..72eebde5 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -75,3 +75,7 @@
[[constraint]]
name = "github.com/xanzy/go-gitlab"
version = "0.20.0"
+
+[[constraint]]
+ branch = "master"
+ name = "golang.org/x/sync"