Hi, 
We are using bazel to manage dependency and would like to migrate to 
modules and use JFrog's module proxy. We have many private modules, starts 
with a name like "foo", and we specify the internal git repo in bazel. 
Based on the understanding of module proxy protocol, as long as the proxy 
response to GET requests like GET $GOPROXY/foo/@v/, it should work. The 
first part of the module name does not have to a domain name. However, when 
we try it, we do see error message complaining the missing dot in the first 
section. We looked into the source code module.go and there is a CheckPath 
function to make sure the first section looks like a domain name. Is it 
really required? I hope to hear opinions from Go team. Is the check going 
to be there forever? Or it may be removed in the future? 

Thanks,
Shizheng

-- 
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/dc9104c6-7735-4c42-8e05-ffdfb80e3f93%40googlegroups.com.

Reply via email to