For a project considering switching to Go modules, is that possible to 
reference a package without support of modules (doesn't have a 
go.mod/go.sum files)?

module anEnterpriseCompany.com/aProject

require anEnterpriseCompany.com/anotherProject v0.0.0

go 1.12

"anEnterpriseCompany.com/anotherProject" can't be modified to support Go 
modules for some internal reasons. Is there some ways to resolve this?

Thanks,

Roman

-- 
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/97a86977-8cf8-467c-9106-86dd2f12b7d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to