Hi Félix, On Sat, Jul 18, 2026 at 2:07 PM Andrew Lee <[email protected]> wrote: > > src/github.com/peterbourgon/ff/v3/ffyaml/ffyaml.go:10:2: no required > > module provides package gopkg.in/yaml.v2; to add it: > > cd > > /build/reproducible-path/golang-github-peterbourgon-ff-3.4.0/_build/src/github.com/peterbourgon/ff/v3 > > go get gopkg.in/yaml.v2 > > The go compiler error is telling us that `gopkg.in/yaml.v2` is missing. > Do you have golang-gopkg-yaml.v2-dev in your build-deps?
I just got the similar error that the Go compiler hints with `go get module path` while working on golang-github-klauspost-compress package. I found it requires corresponding `import path` in go.mod file. Please see my fix for example: https://salsa.debian.org/go-team/packages/golang-github-klauspost-compress/-/commits/debian/sid?ref_type=HEADS Best regards, -- -Andrew
