Closed sylvain-p85 closed 3 years ago
May I have a reply plz ? This error is quite annoying.
Hi, sorry for late reply.
Strangely I can't reproduce it. Neither after cleaning all caches, nor in a fresh environment in docker.
Anyway, I've bumped fasthttp/websocket to 1.4.3 and pushed this to master and v2. Also tagged a new release v2.3.0.
I also ran into this, but only in CI. So therefore I am quite sure it's caused by intermediate go proxies like Athens that recognize the version (because it's in their cache) but are not happy with the checksum.
But good to see it's fixed now 💪
I get an error installing httpexpect:
go get: github.com/gavv/httpexpect/v2@v2.2.0 updating to
github.com/gavv/httpexpect/v2@v2.3.0 requires
github.com/fasthttp/websocket@v1.4.3: reading github.com/fasthttp/websocket/go.mod at revision v1.4.3: unknown revision v1.4.3
looks like fasthttp/websocket doesn't have a git tag v1.4.3
: https://github.com/fasthttp/websocket/tags
Sorry for delay. So they removed the tag again... I'll take a look.
Should be fixed in master
, v2
, and v2.3.1
.
Httpexpect requires module
github.com/fasthttp/websocket v1.4.2
. But the version 1.4.2 has been re-uploaded by its author. This has introduced some failures while using httpexpect:Is it possible for you to release a new version with the last
github.com/fasthttp/websocket
version ? Thx.