aboutsummaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
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