diamondburned / dissent

Tiny native Discord app
https://flathub.org/apps/details/so.libdb.dissent
GNU General Public License v3.0
1.23k stars 39 forks source link

Installing Gives Go Error #171

Closed n128-98 closed 10 months ago

n128-98 commented 10 months ago

trying to install from the Go script gives the error
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.

n128-98 commented 10 months ago

Using Debian

n128-98 commented 10 months ago

decided to use git and use go install in the directory

diamondburned commented 10 months ago

Fixed by releasing v0.0.13. go install ...@latest should now grab that version.

n128-98 commented 10 months ago

still gives the same error, tried to install through source, but was missing several dependencies so it exited compilation

diamondburned commented 10 months ago

Do ...@v0.0.13. Go needs a bit to be notified that a new release has been created.