moderato-app / live-pprof

Monitor Go app's performance in seconds, not a day.
280 stars 5 forks source link

Unknown revision of the websocket pkg #31

Closed smjure closed 1 month ago

smjure commented 1 month ago

FYI I wanted to try this package but at instructed installation, the following error occures:

go: downloading nhooyr.io/websocket v1.8.6
../../golib/pkg/mod/github.com/improbable-eng/grpc-web@v0.15.0/go/grpcweb/websocket_wrapper.go:17:2: reading nhooyr.io/websocket/go.mod at revision v1.8.6: unknown revision v1.8.6
clement2026 commented 1 month ago

It seems like a network issue. Are you using an alternative GOPROXY?

The package is just there: https://pkg.go.dev/nhooyr.io/websocket@v1.8.6#section-readme

smjure commented 1 month ago

The reason was on my side, sorry and thank you for the reply. I cleared the cache go clean -modcache and was able to install your package normally. 👍