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
Note that cmd/go itself does not allow replace directives to be recursive. (Only the directives from the main module are in effect.) Not sure if that changes what you want to do in x/vuln. 🤔
I don't think those are recursive either. (In theory you could do a path-swap that way, but in practice it shouldn't be possible because the module declarations in the go.mod file won't match.)
is valid, but will use golang.org/x/text v0.5.0 not golang.org/x/text v0.3.0 according to go list
maybe that should be an error?
Either way, it seems like there is nothing to do for govulncheck
ianthehat
changed the title
x/vuln: support recursive replace directives
x/vuln: verify replace directives work
May 18, 2023
No description provided.
The text was updated successfully, but these errors were encountered: