Hi all,
When working on the dh-make-golang related items from the DebConf26
Go team sprints, I noticed that the golang has deprecated the vcs
package[1] that dh-make-golang relies on for a few things.
Since we are modifying the tool to add support for major versions
and other changes for module-aware builds, does it make sense to move
away from the deprecated package? Their own recommendation is to use `go
list` command (which dh-make-golang already uses in a few places)?
If this sounds ok, I can pick this up and raise a PR to discuss on
the changes/impact. Thanks
[1] vcs package page - https://pkg.go.dev/golang.org/x/tools/go/vcs
[2] GitHub ticket for this - https://github.com/golang/go/issues/57051
--
Thank you,
Balachandran Sivakumar