athens
athens copied to clipboard
A Go module datastore and proxy
We have been working on making Athens production ready and as we get closer to v1, we'd love to know who's using Athens within their organization or for their personal...
## What is the problem I am trying to address? Given the following setup: * `ATHENS_SINGLE_FLIGHT_TYPE="redis"` * `ATHENS_STORAGE_TYPE="s3"` We observed that any mod using "async_redirect" was never cached in s3....
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.4.2 to 0.5.1. Commits 49f84bc [release-branch.go1.17] modfile: in SetRequireSeparateIndirect, convert lines... 57376c6 [release-branch.go1.17] modfile: in SetRequireSeparateIndirect, arrange requi... 0f08993 modfile: add SetRequireSeparateIndirect 22458ad modfile: factor out methods...
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.6.2 to 1.8.0. Release notes Sourced from github.com/gorilla/mux's releases. v1.8.0 ☀️ v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying...
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...
**Is your feature request related to a problem? Please describe.** I want the private package to be pulled directly from the private code repository. Pull from the upstream server when...
**Describe the bug** When completing a `/list` lookup on a dependency to identify all versions of that dependency, the lookup is consistently very slow. **To Reproduce** Steps to reproduce the...
## What is the problem I am trying to address? athens is not working for people who can not access https://sum.golang.org. A go mod proxy should also proxy sumdb requests....
**Describe the bug** When you build athens using `go install`, no version nor build time is set: ``` $ GOBIN=/tmp go install github.com/gomods/athens/cmd/proxy@latest go: downloading github.com/gomods/athens v0.11.0 [...] $ /tmp/proxy...
**Is your feature request related to a problem? Please describe.** According to https://github.com/gomods/athens/issues/1506#issuecomment-581123728 Athens does not cache checksums just packages. > The idea behind having a checksum server is that...