Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

It is not something as simple as just that. FerretDB uses a separate `tools` module for all tools, including go-consistent, with `golang.org/x/tools v0.1.8`.

Your hunch is correct :) https://github.com/AlekSi/go-consistent/pull/1/files

That might be related: * https://github.com/golang/go/issues/45584 * https://go-review.googlesource.com/c/tools/+/310512/

It might be fixed by https://github.com/golang/tools/commit/afc6aad76eb1194c038c653531eef344468d2ac4

Any tag, even `v0.1.0`, will be useful for dependency management.

There is no go.mod in the master branch. See also https://github.com/yuin/gopher-lua/issues/208.

Same issue with released version. How about new release?

v0.10.0 fixed a similar issue for me, so that one could be rechecked.