aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-30 18:22:52 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-30 18:22:52 +0200
commit12b0fecd9b9bce3f4a23754a5c0121598ed2f38a (patch)
tree4e2a1c92300a6e58bff635dc03e0505bccf26215 /Gopkg.toml
parentbb9168f98a9dd50a7215652ab77a1c46615064cd (diff)
downloadgit-bug-12b0fecd9b9bce3f4a23754a5c0121598ed2f38a.tar.gz
vendor gocui on the master branch because of no release in a while
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 66ca072c..19d41fd1 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -37,12 +37,12 @@
version = "1.0.2"
[[constraint]]
- branch = "master"
name = "github.com/shurcooL/vfsgen"
+ branch = "master"
[[constraint]]
- branch = "master"
name = "github.com/skratchdot/open-golang"
+ branch = "master"
[[constraint]]
name = "github.com/fatih/color"
@@ -53,9 +53,13 @@
version = "v0.0.3"
[[constraint]]
- branch = "master"
name = "github.com/dustin/go-humanize"
+ branch = "master"
[[constraint]]
name = "github.com/vektah/gqlgen"
version = "0.3.0"
+
+[[constraint]]
+ name = "github.com/jroimartin/gocui"
+ branch = "master" \ No newline at end of file