From 12b0fecd9b9bce3f4a23754a5c0121598ed2f38a Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 30 Jul 2018 18:22:52 +0200 Subject: vendor gocui on the master branch because of no release in a while --- Gopkg.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Gopkg.toml') 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 -- cgit