From ff5c1292fe8f08f1334c80580d710a642e508940 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 22 May 2018 17:28:19 +0300 Subject: Add fuzzysearch to vendor/ --- Gopkg.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gopkg.toml') 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 -- cgit v1.2.3