Skip to content

Commit

Permalink
Update fuzzy library
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Oct 23, 2019
1 parent 9aa2503 commit 2232257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require (
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/mattn/go-sqlite3 v1.9.1-0.20180719091609-b3511bfdd742
github.com/pascalw/go-alfred v0.0.0-20160913054623-16aeb807166c
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/net v0.0.0-20180816102801-aaf60122140d // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ github.com/pascalw/go-alfred v0.0.0-20160913054623-16aeb807166c h1:j6+n6AEmqTs6X
github.com/pascalw/go-alfred v0.0.0-20160913054623-16aeb807166c/go.mod h1:O821yF1VSi86tviHFEO4FN4TUjVt46UUqT6XGEaMYhk=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sahilm/fuzzy v0.1.0 h1:FzWGaw2Opqyu+794ZQ9SYifWv2EIXpwP4q8dY1kDAwI=
github.com/sahilm/fuzzy v0.1.0/go.mod h1:VFvziUEIMCrT6A6tw2RFIXPXXmzXbOsSHF0DOI8ZK9Y=
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c h1:fyKiXKO1/I/B6Y2U8T7WdQGWzwehOuGIrljPtt7YTTI=
github.com/skratchdot/open-golang v0.0.0-20160302144031-75fb7ed4208c/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 2232257

Please sign in to comment.