proletarius101 reported a new issue against the project: `go-rpm-macros` that you are following: `` Although go-rpm-macros haven't support Go modules, which bascially means no lockfile & always use the latest deps available in Fedora's repo, it might be good to provide some macro to (imperfectly) handle some easy problems introduced by Go modules.
One of them is that when a module uses `replace` keyword to substitute module with another goipath (e.g. `replace golang.org/x/crypto => github.com/ProtonMail/crypto` in https://github.com/emersion/hydroxide/blob/master/go.mod). My proposal is to replace the `golang.org/x/crypto` with its real path `github.com/ProtonMail/crypto`. But any other ideas will be welcomed. `` To reply, visit the link below or just reply to this email https://pagure.io/go-rpm-macros/issue/27 _______________________________________________ golang mailing list -- golang@lists.fedoraproject.org To unsubscribe send an email to golang-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org