athens icon indicating copy to clipboard operation
athens copied to clipboard

A Go module datastore and proxy

Results 169 athens issues
Sort by recently updated
recently updated
newest added

## What is the problem I am trying to address? - Adal repo is deprecated so switch to use azidentity. - Support azure storage token refresh automatically. - The default...

**Describe the bug** I've running athens v0.14.1 on my kubernetes cluster. I tried to configure the time zone via the environment variable `TZ=Europe/Berlin`, but the timestamp of the log messages...

triage

## What is the problem I am trying to address? Empty response body when major version not found. The official proxy responds with a non-empty body. (And some library depends...

enhancement

Currently Athens only supports connecting to Redis using a `hostname:port` combination in addition to a password. While this works in most cases it also means that if you have other...

I am using the docker to run athens using the instructions mentioned [here](https://docs.gomods.io/). However, on every request to fetch the package, I encounter 500. Logs show that `go` binary is...

**Describe the bug** A clear and concise description of what the bug is. We upgraded from `0.15.1` to `0.15.2` and now a simple: ```sh go get github.com/nats-io/nats.go@latest ``` Results in...

## What is the problem I am trying to address? This adds support for GitHub App authentication using Git Credential Helpers. ## How is the fix applied? The GHA Git...

**Is your feature request related to a problem? Please describe.** Athens recently migrated the s3 storage provider from AWS SDK v1 to v2 but is still using `ListObjects` V1. This...

**Error Message** Client side ![image](https://github.com/user-attachments/assets/f746457b-2526-4141-9e8c-0cfcbc9b99e8) server side **To Reproduce** 1. create a new go project 2. install package in local env -> `go get github.com/hairyhenderson/gomplate/v4` 3. push commit to remote...