You must use semantic import versioning. Basically, this means if your module is at v2 or higher the import path must be suffixed with /vN (where N is the major version number).
Optional. Any version string recognized by Go module tooling is acceptable.