aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2018-05-22 17:28:19 +0300
committerTulir Asokan <tulir@maunium.net>2018-05-22 17:28:19 +0300
commitff5c1292fe8f08f1334c80580d710a642e508940 (patch)
tree648c181572f6e2d44a916bba34fa0c504f087527 /Gopkg.toml
parentf30eb65256e1484e2aa0296d5d81a0b815b55fe1 (diff)
Add fuzzysearch to vendor/
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 ab8782e..fd31673 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -73,6 +73,10 @@
branch = "master"
name = "maunium.net/go/tview"
+[[constraint]]
+ branch = "master"
+ name = "github.com/evidlo/fuzzysearch"
+
[prune]
go-tests = true
unused-packages = true