works for me when tested with gp1.14beta1, are you sure your go.mod has 
the  "go 1.14" directive?
go's tooling currently assumes vendor is a full local copy of all code 
needed to build a module
with modules the recommended way is to have your patched  / unavailable 
module somewhere else
and point to it with either standard require or a replace

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/34b445e3-8bdd-4178-b289-228641323b55%40googlegroups.com.

Reply via email to