On Thu, 2026-02-05 at 22:10 +0100, Simon Josefsson wrote: > Santiago Vila <[email protected]> writes: > > > dh_auto_build -O--builddirectory=_build -O--buildsystem=golang > > cd _build && go install -trimpath -v -p 2 > > github.com/go-webauthn/webauthn/metadata > > github.com/go-webauthn/webauthn/metadata/providers/cached > > github.com/go-webauthn/webauthn/metadata/providers/memory > > github.com/go-webauthn/webauthn/protocol > > github.com/go-webauthn/webauthn/protocol/webauthncbor > > github.com/go-webauthn/webauthn/protocol/webauthncose > > github.com/go-webauthn/webauthn/testing/mocks > > github.com/go-webauthn/webauthn/webauthn > > src/github.com/go-webauthn/webauthn/testing/mocks/metadata.go:18:2: cannot > > find package "go.uber.org/mock/gomock" in any of: > > There are two ways to resolve that: > > 1) add the required build dependency > (0001-B-D-D-on-golang-go.uber-mock-dev-Closes-1126600.patch) or > > 2) exclude the testing/ sub-directory > (0001-Exclude-testing-dir-Closes-1126600.patch). > > I've confirmed that either patch solves this bug. > > Maytham/Mathias, do you have a preference for which solution to use? Or > something else? > > I'm inclined to go with the first, since it is the more generic approach > but it costs another B-D/D.
Yes, I agree that the first option of removing the nocheck from the golang-go.uber-mock-dev dependency is the correct way to fix this. I'll upload a fixed version closing this bug shortly. Mathias
signature.asc
Description: This is a digitally signed message part

