diamondburned / gotktrix

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

Can't install (similar to #32) #36

Open ghost opened 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. ~ go version go version go1.18.4 linux/amd64 ~

diamondburned commented 2 years ago

Released v0.1.4 which should not have this issue anymore.

Try go install -v github.com/diamondburned/gotktrix@v0.1.4.