You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoMod: Distinguish main module dependencies from development-only ones
The produced "vendor" scope, which is the only scope contained in the
result, contains all modules needed for building and testing the main
module.
Introduce the scope "main" containing the dependencies of the main
module only. Determine these main module dependencies by utilizing [1],
see also the discussion around [2].
[1] `go list -deps -f '{{with .Module}}{{.Path}} {{.Version}}{{end}}' ./...`
[2] golang/go#26955 (comment)
Signed-off-by: Frank Viernau <frank_viernau@epam.com>
0 commit comments