[Bug 264909] dns/blocky: switch to GO_MODULE url problem/bug(?)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 26 Jun 2022 18:38:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264909

Dmitri Goutnik <dmgk@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmgk@freebsd.org

--- Comment #1 from Dmitri Goutnik <dmgk@freebsd.org> ---
Hi Nuno,

This name translation is not a bug, it's a case encoding required by the
GOPROXY protocol [1]. The go.mod is not fetched because it is not listed on
proxy.golang.org [2] ("v0.19" is not the format Go wants [3]); see e.g.
net/slackcat for a workaround.

[1] https://go.dev/ref/mod#goproxy-protocol
[2] https://proxy.golang.org/github.com/0x!e!r!r0!r/blocky/@latest
[3] https://go.dev/ref/mod#versions

-- 
You are receiving this mail because:
You are the assignee for the bug.