-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve installation and documentation (See #64).
- Loading branch information
Showing
7 changed files
with
333 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
module github.com/ielab/searchrefiner | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/afjoseph/RAKE.Go v0.0.0-20191109090147-068a9e43b194 | ||
github.com/boltdb/bolt v1.3.1 | ||
github.com/gin-contrib/gzip v0.0.3 // indirect | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/hscells/cqr v0.0.0-20190116111110-345896d4b48b | ||
github.com/hscells/cui2vec v0.0.0-20200214070337-d05e62281087 | ||
github.com/hscells/groove v0.0.0-20200710052214-8c20ac6a00a1 | ||
github.com/hscells/guru v0.0.0-20200207042420-2dabeb950d69 | ||
github.com/hscells/metawrap v0.0.0-20201123064837-00897f27efb5 | ||
github.com/hscells/quickumlsrest v0.0.0-20190213061558-2265f0340fd2 | ||
github.com/hscells/transmute v0.0.0-20191226011638-492a895bec30 | ||
github.com/ielab/toolexchange v0.0.0-20210118233513-e4083499eb9a | ||
github.com/olivere/elastic/v7 v7.0.22 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/xyproto/permissionbolt v1.2.6 | ||
) |
Oops, something went wrong.