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.
This one is serious. I somehow messed up and now your
go.modfile containsmodule github.com/jezek/chessinstead ofmodule github.com/andrewbackes/chess.Also the line
github.com/andrewbackes/chess v0.0.0-20171122002438-368c396b5300should be not inrequire.