summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-10 11:33:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-10 11:33:49 +1000
commit87872f5514b645f90135b3e91128b3777a853343 (patch)
tree863ae1bb44740e402ce8bdf728c737791e87f8c2 /Gopkg.toml
parented6f21ee7437b4305c7048615eb218d2a2edeae2 (diff)
explicitly add go-git dependency
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 308fea11f..a47fe5e93 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -36,3 +36,7 @@
[[constraint]]
branch = "master"
name = "github.com/jesseduffield/gocui"
+
+[[constraint]]
+ name = "gopkg.in/src-d/go-git.v4"
+ revision = "43d17e14b714665ab5bc2ecc220b6740779d733f"