1This version should be retracted, but the go.mod file for the version that would 2contain the retraction is not available. 3-- .mod -- 4module example.com/retract/missingmod 5 6go 1.14 7-- .info -- 8{"Version":"v1.0.0"} 9-- missingmod.go -- 10package missingmod