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
I am trying to self host Athens Proxy using Kubernetes, but when I run go mod tidy I get this error: go: downloading github.com/lib/pq v1.10.9 go: github.com/youngjun827/api-std-lib/cmd/api imports github.com/lib/pq: github.com/lib/[email protected]: reading http://api.driveguard.net/github.com/lib/pq/@v/v1.10.9.zip: 404 Not Found server response: 404 page not found
Can you please help me guide what is causing this issue? go env
Hello!
I am trying to self host Athens Proxy using Kubernetes, but when I run
go mod tidy
I get this error:go: downloading github.com/lib/pq v1.10.9 go: github.com/youngjun827/api-std-lib/cmd/api imports github.com/lib/pq: github.com/lib/[email protected]: reading http://api.driveguard.net/github.com/lib/pq/@v/v1.10.9.zip: 404 Not Found server response: 404 page not found
Can you please help me guide what is causing this issue?
go env
GO111MODULE='on' GOARCH='arm64' GOBIN='' GOCACHE='/Users/youngjun827/Library/Caches/go-build' GOENV='/Users/youngjun827/Library/Application Support/go/env' GOEXE='' GOEXPERIMENT='' GOFLAGS='' GOHOSTARCH='arm64' GOHOSTOS='darwin' GOINSECURE='' GOMODCACHE='/Users/youngjun827/go/pkg/mod' GONOPROXY='' GONOSUMDB='' GOOS='darwin' GOPATH='/Users/youngjun827/go' GOPRIVATE='' GOPROXY='http://api.driveguard.net' GOROOT='/opt/homebrew/Cellar/go/1.21.0/libexec' GOSUMDB='sum.golang.org' GOTMPDIR='' GOTOOLCHAIN='auto' GOTOOLDIR='/opt/homebrew/Cellar/go/1.21.0/libexec/pkg/tool/darwin_arm64' GOVCS='' GOVERSION='go1.21.0' GCCGO='gccgo' AR='ar' CC='cc' CXX='c++' CGO_ENABLED='1' GOMOD='/Users/youngjun827/dev/api-std-lib/go.mod' GOWORK='' CGO_CFLAGS='-O2 -g' CGO_CPPFLAGS='' CGO_CXXFLAGS='-O2 -g' CGO_FFLAGS='-O2 -g' CGO_LDFLAGS='-O2 -g' PKG_CONFIG='pkg-config' GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/3b/3q6lw2zj26v481kmk2w5v0j40000gn/T/go-build263623719=/tmp/go-build -gno-record-gcc-switches -fno-common'
The text was updated successfully, but these errors were encountered: