Skip to content

Commit

Permalink
Fix fuzzy module dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lox committed Oct 23, 2019
1 parent 2232257 commit 5efd021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +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/sahilm/fuzzy v0.1.0
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

0 comments on commit 5efd021

Please sign in to comment.