You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When proxying upper case package, athens returns 500 error. For example gopkg.in/DATA-DOG/go-sqlmock.v1 package
Error Message
go get: upgrading gopkg.in/DATA-DOG/go-sqlmock.v1@v1.3.0: unexpected status (http://example.com/gopkg.in/%21d%21a%21t%21a-%21d%21o%21g/go-sqlmock.v1/@v/v1.3.2.info): 500 Internal Server Error
To Reproduce GOPROXY=http://goproxy-url; go get -u gopkg.in/DATA-DOG/go-sqlmock.v1
Expected behavior
Receive package correctly.
Environment (please complete the following information):
OS: Darwin 18.2.0 Darwin Kernel Version 18.2.0: Thu Dec 20 20:46:53 PST 2018; root:xnu-4903.241.1~1/RELEASE_X86_64 x86_64
Go version : go version go1.11.4 darwin/amd64
Buffalo Version : v0.13.1
Proxy version : v2.0.0
Storage (fs/mongodb/s3 etc.) : fs
The text was updated successfully, but these errors were encountered:
Describe the bug
When proxying upper case package, athens returns 500 error. For example
gopkg.in/DATA-DOG/go-sqlmock.v1
packageError Message
To Reproduce
GOPROXY=http://goproxy-url; go get -u gopkg.in/DATA-DOG/go-sqlmock.v1
Expected behavior
Receive package correctly.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: