You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go mod init test
go: creating new go.mod: module test
$ go get maunium.net/go/mautrix@HEAD
go: finding maunium.net HEAD
go: finding maunium.net/go/mautrix HEAD
go: finding maunium.net/go HEAD
go: downloading maunium.net/go/mautrix v0.1.0-alpha.3.0.20200209182939-9df6760d40d2
go: extracting maunium.net/go/mautrix v0.1.0-alpha.3.0.20200209182939-9df6760d40d2
go get: maunium.net/go/mautrix@v0.1.0-alpha.3.0.20200209182939-9df6760d40d2 requires
gopkg.in/russross/blackfriday.v2@v2.0.1: go.mod has non-....v2 module path "github.com/russross/blackfriday/v2" at revision v2.0.1
The text was updated successfully, but these errors were encountered:
After completely removing go.mod, go.sum, then go mod init test & putting the replace statement in before running anything seems to fix the issue.. Thanks for the help!
The text was updated successfully, but these errors were encountered: