-
-
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.
feat(*): added basic e2e tests and updated godoc (#11)
- Loading branch information
1 parent
1d354b2
commit 80ca45c
Showing
15 changed files
with
249 additions
and
133 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,22 +1,13 @@ | ||
module github.com/odict/odict | ||
|
||
go 1.13 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/RoaringBitmap/roaring v0.4.21 // indirect | ||
github.com/blevesearch/bleve v0.8.1 | ||
github.com/blevesearch/go-porterstemmer v1.0.2 // indirect | ||
github.com/blevesearch/segment v0.0.0-20160915185041-762005e7a34f // indirect | ||
github.com/couchbase/vellum v0.0.0-20190829182332-ef2e028c01fd // indirect | ||
github.com/etcd-io/bbolt v1.3.3 // indirect | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/blevesearch/bleve v1.0.14 | ||
github.com/golang/snappy v0.0.1 | ||
github.com/google/flatbuffers v1.11.0 | ||
github.com/google/uuid v1.1.1 | ||
github.com/imdario/mergo v0.3.9 | ||
github.com/mitchellh/mapstructure v1.3.2 | ||
github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect | ||
github.com/urfave/cli v1.22.4 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/urfave/cli/v2 v2.1.1 | ||
github.com/wolfeidau/unflatten v1.1.0 | ||
) |
Oops, something went wrong.