M.Sz.

Results 484 comments of M.Sz.

thank you for the workaround. now we need to wait for this repo's devs to fix that issue :smile:

something like "enforce X" would be nice so that it runs on xwayland like glfw 3.3 did.

it complains only about vendor direcctories so my assume is that since `vendor` is a special GO name, it has problem about it.

some details in https://github.com/gucio321/vendor-package-issue

according to https://github.com/golang/go/issues/70303 it was fixed in https://github.com/golang/go/issues/37397 just a month ago and will be present in next go release 1.24.

@FinecoFinit I don't know any yet. Does this affect your project anyhow? (e.g giu works without go mod tidy)

you should go get. It works for me on isolated env ```dockerfile FROM golang:latest RUN mkdir /myproject WORKDIR /myproject RUN go mod init example.com RUN go get github.com/AllenDang/cimgui-go ENTRYPOINT /bin/bash...

If this is on ci try running go get locally. Note that we require go1.23

As I said above I'm able to do this from a clean enviroument. Can I see your go mod and a command you're executing