Skip to content

Commit

Permalink
Merge pull request #1630 from blevesearch/vellum107
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti authored Oct 4, 2021
2 parents a4e14e4 + 3001635 commit 5a71005
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ require (
github.com/blevesearch/segment v0.9.0
github.com/blevesearch/snowballstem v0.9.0
github.com/blevesearch/upsidedown_store_api v1.0.1
github.com/blevesearch/vellum v1.0.6
github.com/blevesearch/zapx/v11 v11.3.0
github.com/blevesearch/zapx/v12 v12.3.0
github.com/blevesearch/zapx/v13 v13.3.0
github.com/blevesearch/zapx/v14 v14.3.0
github.com/blevesearch/zapx/v15 v15.3.0
github.com/blevesearch/vellum v1.0.7
github.com/blevesearch/zapx/v11 v11.3.1
github.com/blevesearch/zapx/v12 v12.3.1
github.com/blevesearch/zapx/v13 v13.3.1
github.com/blevesearch/zapx/v14 v14.3.1
github.com/blevesearch/zapx/v15 v15.3.1
github.com/couchbase/moss v0.1.0
github.com/golang/protobuf v1.3.2
github.com/kljensen/snowball v0.6.0
Expand Down
24 changes: 12 additions & 12 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ github.com/blevesearch/snowballstem v0.9.0 h1:lMQ189YspGP6sXvZQ4WZ+MLawfV8wOmPoD
github.com/blevesearch/snowballstem v0.9.0/go.mod h1:PivSj3JMc8WuaFkTSRDW2SlrulNWPl4ABg1tC/hlgLs=
github.com/blevesearch/upsidedown_store_api v1.0.1 h1:1SYRwyoFLwG3sj0ed89RLtM15amfX2pXlYbFOnF8zNU=
github.com/blevesearch/upsidedown_store_api v1.0.1/go.mod h1:MQDVGpHZrpe3Uy26zJBf/a8h0FZY6xJbthIMm8myH2Q=
github.com/blevesearch/vellum v1.0.6 h1:F7mKWx+xt7e+i3LGtCUhLI2rLonBgT1uke7WP3mL5v4=
github.com/blevesearch/vellum v1.0.6/go.mod h1:vMf1MTDsr8l1N5GEi6idH9zF0w8XuY8W8gFuwkIB77g=
github.com/blevesearch/zapx/v11 v11.3.0 h1:+jY21MuYjDRgx+3qaa0wxc4U7GBn4/jQGPpnLwjstsw=
github.com/blevesearch/zapx/v11 v11.3.0/go.mod h1:HGTEgEu2wTQlsU6qo7rzD6DNhBX6A7zfvmqUZDkOshA=
github.com/blevesearch/zapx/v12 v12.3.0 h1:EgcIPrFDwzCGXTFLB2vwhPhofK919jkgOSMVPjHiHw8=
github.com/blevesearch/zapx/v12 v12.3.0/go.mod h1:s9mAstyfG0dNfpPXYvn2zZjAFq3ShI/+6g5Qhfvpjc0=
github.com/blevesearch/zapx/v13 v13.3.0 h1:5P26oHX2Et7RpQ0MTOru4oYp+W1twubdxWbQr9dBU+Q=
github.com/blevesearch/zapx/v13 v13.3.0/go.mod h1:4MuSkz6EozY3YXszSDIEGY+OWewS2zeL9uETAGTouXI=
github.com/blevesearch/zapx/v14 v14.3.0 h1:RuWkG3TNUBjQK65CKygxb6/TWUSzxgcWh38QG1fzkeo=
github.com/blevesearch/zapx/v14 v14.3.0/go.mod h1:vY+X3JRtXEFaNmmcfgUspIyUHekt/fwIikufRj4TD94=
github.com/blevesearch/zapx/v15 v15.3.0 h1:e2Uxc3qHrcpoi5mIlFRxoTmfAsZUqzbG/nuhEqG9b8g=
github.com/blevesearch/zapx/v15 v15.3.0/go.mod h1:Q01qHJAnV06LeawXiR1MYqonu9ZZe1ICHccZtSiBXoI=
github.com/blevesearch/vellum v1.0.7 h1:+vn8rfyCRHxKVRgDLeR0FAXej2+6mEb5Q15aQE/XESQ=
github.com/blevesearch/vellum v1.0.7/go.mod h1:doBZpmRhwTsASB4QdUZANlJvqVAUdUyX0ZK7QJCTeBE=
github.com/blevesearch/zapx/v11 v11.3.1 h1:X88o7rxOK4bTB2SSwvSWMc6dFhFtQoF3n06q5h/Vhps=
github.com/blevesearch/zapx/v11 v11.3.1/go.mod h1:YzTfUm4kS3e8OmTXDHVV8OzC5MWPO/VPJZQgPNVb4Lc=
github.com/blevesearch/zapx/v12 v12.3.1 h1:SNG60aOBXQ64d3rPiUFuxWsyHTW6h9jKlBKSKMUdxdc=
github.com/blevesearch/zapx/v12 v12.3.1/go.mod h1:RMl6lOZqF+sTxKvhQDJ5yK2LT3Mu7E2p/jGdjAaiRxs=
github.com/blevesearch/zapx/v13 v13.3.1 h1:Aj5iQBXJ7xaGZLxwdueadC/s6vJ5/Jo3klKJfFDjpio=
github.com/blevesearch/zapx/v13 v13.3.1/go.mod h1:eppobNM35U4C22yDvTuxV9xPqo10pwfP/jugL4INWG4=
github.com/blevesearch/zapx/v14 v14.3.1 h1:UyCe63mk9ZcEqgxyMS3Ab3ZC3lhDp1UJktvp31U5KA8=
github.com/blevesearch/zapx/v14 v14.3.1/go.mod h1:zXNcVzukh0AvG57oUtT1T0ndi09H0kELNaNmekEy0jw=
github.com/blevesearch/zapx/v15 v15.3.1 h1:TWm6h55pzmLCbKSFb/dgUVSg98LlYUPqtI/MhTHmZAA=
github.com/blevesearch/zapx/v15 v15.3.1/go.mod h1:C+f/97ZzTzK6vt/7sVlZdzZxKu+5+j4SrGCvr9dJzaY=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
Expand Down

0 comments on commit 5a71005

Please sign in to comment.