hundreds-father-404
02/08/2022, 9:22 PMfast-nail-55400
02/08/2022, 9:23 PMhundreds-father-404
02/08/2022, 9:25 PMgo mod download all && go mod tidy
and Pants will be happy. None of those go list '...'
shenanigans. Thanks again for helping us to figure that out!curved-television-6568
02/08/2022, 9:29 PMhundreds-father-404
02/08/2022, 9:30 PMfast-nail-55400
02/08/2022, 10:42 PMdo you think vendoring might make major changes to current functionality? As long as it’s a new feature and not API change, that doesn’t hurt stabilityI don’t believe so. My initial thought there was to have
go_mod
generate a new go_vendored_package
target type for vendored targets that references the in-tree vendored sources. (Name to be biked shedded.) Target generation would read the vendor/modules.txt
under a go.mod
to decide if a package was vendored or not.