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

[bug] Build doesn't work anymore #153

Closed 32bitx64bit closed 11 months ago

32bitx64bit commented 11 months ago

If you try copy and pasting the build instructions from the repo you get a error, doing it via git clone then go install works fine.

diamondburned commented 11 months ago

What is the error?

32bitx64bit commented 11 months ago

What is 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. "

diamondburned commented 11 months ago

This should work now. However, there's no guarantee that I won't rely on replace in the future as well.