Hi,Thanks for the work on module aware build, this feels similar to how we we started checking .gemspec version requirements in ruby. Sometimes we need to patch the gemspec file to relax the dependency requirements.
I was trying to rebuild caddy with newer dh-golang in experimental and build is failing with
src/github.com/caddyserver/caddy/v2/modules/caddypki/acmeserver/acmeserver.go:36:2: github.com/Masterminds/sprig/[email protected] requires
github.com/imdario/[email protected]: module lookup disabled by GOPROXY=off
Looks like we have a newer version of the dependency,
golang-github-imdario-mergo-dev | 1.0.2-1 | experimental | all
So I think we will have to patch the go.mod file
github.com/Masterminds/sprig or check if upstream has a newer version
that works with the newer dependency.
Thanks Praveen
OpenPGP_0x8F53E0193B294B75.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
