Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2022 18:38:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264909] dns/blocky: switch to GO_MODULE url problem/bug(?)
Message-ID:  <bug-264909-7788-F60xmSOiIX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264909-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264909-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264909

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264909-7788-F60xmSOiIX>