I just updated with a 'go mod tidy' but now when i...
# golang
l
I just updated with a 'go mod tidy' but now when i compile I get this: github.com/pulumi/pulumi/sdk/v3/go/pulumi imports github.com/pulumi/pulumi/sdk/v3/go/common/util/cmdutil imports sourcegraph.com/sourcegraph/appdash: unrecognized import path "sourcegraph.com/sourcegraph/appdash": reading https://sourcegraph.com/sourcegraph/appdash?go-get=1: 404 Not Found https://sourcegraph.com/sourcegraph indeed says repository not found. any idea what's going on?
e
Do you have goproxy disabled? It looks like its still fetchable from proxy.golang.org
s
Hitting this now, did you find a way around?