how can i use it in offline environment and store my custom gomod #1780
Labels
awaiting reply
Used in issues when a maintainer is waiting for a reply.
question
Further information is requested
I have a offline Office environment and a goproxy for extranet . now i want to build a gomod repository like java maven repository to deploy my project.when i import my own project ,according to the prefix of mod it can be download from the intranet gitlab .
I am trying to run athens by the command
And i edit config.toml add a hcl like
downloadURL = "https://goproxy.cn,direct"
mode = "async_redirect"
download "test.com/*" {
mode = "redirect"
downloadURL = "https://gocenter.io"
}
but when i run command like
go get github.com/beego/bee/v2
the docker logs displayThe text was updated successfully, but these errors were encountered: