aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorAmine Hilaly <hilalyamine@gmail.com>2019-07-09 22:54:01 +0200
committerAmine Hilaly <hilalyamine@gmail.com>2019-07-23 17:18:04 +0200
commita2a40cfd45ca2a4e959e9be6b1a4cc5ad72b1121 (patch)
treea5d86d66c2e7d4d021275560d489c1cf4d53bc3a /Gopkg.toml
parent8d05b4792ce8f42509df3fbd64b930e8d8b641f1 (diff)
downloadgit-bug-a2a40cfd45ca2a4e959e9be6b1a4cc5ad72b1121.tar.gz
deps: Add github.com/xanzy/go-gitlab to dependencies
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 519760c7..cd6022db 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -71,3 +71,7 @@
[[constraint]]
name = "github.com/blang/semver"
version = "3.6.1"
+
+[[constraint]]
+ name = "github.com/xanzy/go-gitlab"
+ version = "0.18.0"