Hi,

> I didn’t really check into the issue. Have you forked the build-deps package 
> with versioned import path?
>
> The symlink hacks for GOPATH won’t work under module-aware builds and should 
> goes away after the transition.

In both cases these are indirect dependencies, and the versions they
depend on are satisfied by the version currently in Debian:

trufflehog ± grep chroma go.mod
github.com/alecthomas/chroma v0.10.0 // indirect
https://tracker.debian.org/pkg/golang-github-alecthomas-chroma ->  0.10.0-6

glow ± grep clark go.mod
github.com/dlclark/regexp2 v1.11.0 // indirect
https://tracker.debian.org/pkg/golang-github-dlclark-regexp2 -> 1.11.0+ds1-1

Neither package seems to have any GOPATH hacks in their rules files:
https://salsa.debian.org/go-team/packages/golang-github-dlclark-regexp2/-/blob/debian/sid/debian/rules
https://salsa.debian.org/go-team/packages/golang-github-alecthomas-chroma/-/blob/debian/sid/debian/rules

Are you suggesting that to fix the build errors in Trufflehog and
Glow, Debian repositories need new binary packages named
golang-github-alecthomas-chroma-v0-dev and
golang-github-dlclark-regexp2-v0-dev?

Reply via email to