256dpi / lungo

A MongoDB compatible embeddable database and toolkit for Go.
MIT License
459 stars 15 forks source link

Installation fails #11

Closed lukasvosyka closed 3 years ago

lukasvosyka commented 3 years ago

Hi,

using go get -u github.com/256dpi/lungo fails with error

go get: github.com/256dpi/btree@v0.0.0-20200517182607-63d76dfb3721 updating to
        github.com/256dpi/btree@v0.0.0-20210519180815-0ff0e98e051e: parsing go.mod:
        module declares its path as: github.com/tidwall/btree
                but was required as: github.com/256dpi/btree
lukasvosyka commented 3 years ago

Hi @256dpi

this issue still exists with 0.2.10. Is it fixed already in develop? I saw there are different btree sources used in go.mod and the actual code. Is there a possibility to release a new tag 0.2.11 that has this issue fixed?

256dpi commented 3 years ago

I tagged a new release, hopefully this helps with installation problems.

lukasvosyka commented 3 years ago

Seems to work, thanks!