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
This one is serious. I somehow messed up and now your go.mod file contains module github.com/jezek/chess instead of module github.com/andrewbackes/chess.
Also the line github.com/andrewbackes/chess v0.0.0-20171122002438-368c396b5300 should be not in require.
The text was updated successfully, but these errors were encountered:
Merge the PR Go mod is faulty #23, move tag v1.1.0 to last commit.
Pros: No reverting & breaking history. Easy.
Cons: Maybe some other projects using tag v1.1.0 could have trouble. Messing with tags.
Merge the PR Go mod is faulty #23, add tag v1.1.1 to last commit.
Pros: No reverting & breaking history. Easiest and "by the book".
Cons: Tag v1.1.0 will be faulty forever.
I hope this helps to repair my mistake. Again, sorry.
This one is serious. I somehow messed up and now your
go.mod
file containsmodule github.com/jezek/chess
instead ofmodule github.com/andrewbackes/chess
.Also the line
github.com/andrewbackes/chess v0.0.0-20171122002438-368c396b5300
should be not inrequire
.The text was updated successfully, but these errors were encountered: