Go's semantic import versioning requires v2+ modules to include the major version in the module path. This enables using proper version tags (v3.x.x) instead of pseudo-versions. Updated module path: code.gitcaddy.com/server/v3
Ref: #32669. Helps addressing https://gitea.com/gitea/helm-chart/issues/356.