summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/cjbassi/termui/Gopkg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/cjbassi/termui/Gopkg.toml')
-rw-r--r--vendor/github.com/cjbassi/termui/Gopkg.toml31
1 files changed, 2 insertions, 29 deletions
diff --git a/vendor/github.com/cjbassi/termui/Gopkg.toml b/vendor/github.com/cjbassi/termui/Gopkg.toml
index 248bc27..1a2d26b 100644
--- a/vendor/github.com/cjbassi/termui/Gopkg.toml
+++ b/vendor/github.com/cjbassi/termui/Gopkg.toml
@@ -1,37 +1,10 @@
-# Gopkg.toml example
-#
-# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
-# for detailed Gopkg.toml documentation.
-#
-# required = ["github.com/user/thing/cmd/thing"]
-# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
-#
-# [[constraint]]
-# name = "github.com/user/project"
-# version = "1.0.0"
-#
-# [[constraint]]
-# name = "github.com/user/project2"
-# branch = "dev"
-# source = "github.com/myfork/project2"
-#
-# [[override]]
-# name = "github.com/x/y"
-# version = "2.4.0"
-#
-# [prune]
-# non-go = false
-# go-tests = true
-# unused-packages = true
-
-
[[constraint]]
- branch = "master"
name = "github.com/cjbassi/drawille-go"
+ branch = "master"
[[constraint]]
+ name = "github.com/gdamore/tcell"
branch = "master"
- name = "github.com/nsf/termbox-go"
[prune]
go-tests = true