diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
313 stars 7 forks source link

Error while installing with go install #32

Closed ghost closed 2 years ago

ghost commented 2 years ago
❯ go install -v github.com/diamondburned/gotktrix@latest
go: github.com/diamondburned/gotktrix@latest (in github.com/diamondburned/gotktrix@v0.1.3):
    The go.mod file for the module providing named packages contains one or
    more replace directives. It must not contain directives that would cause
    it to be interpreted differently than if it were the main module.
diamondburned commented 2 years ago

Oops.

diamondburned commented 2 years ago

The application kind of depends on https://github.com/chanbakjsd/gotrix/pull/23, but I think I'll just hard-fork the library.

diamondburned commented 2 years ago

See https://github.com/golang/go/issues/44840 for more information.

kasimirmoilanen commented 2 years ago

Any updates on this issue, or known workarounds for the moment?

diamondburned commented 2 years ago

This should work now. I've already hard-forked the library.

On an unrelated note, I might consider migrating to something like mautrix/go in the future.