r3labs / sse

Server Sent Events server and client for Golang
Mozilla Public License 2.0
871 stars 180 forks source link

v2.3.1 does not have github.com/r3labs/sse/v2 module available #88

Closed krzysztofreczek closed 3 years ago

krzysztofreczek commented 3 years ago

The latest version tag v2.3.1 points to the master branch commit where module github.com/r3labs/sse/v2 is not available.

go: github.com/r3labs/sse/v2@v2.3.1: go.mod has non-.../v2 module path "github.com/r3labs/sse" (and .../v2/go.mod does not exist) at revision v2.3.1

Is there any way to work it around, @purehyperbole?

purehyperbole commented 3 years ago

@krzysztofreczek Ah yep, apologies. I tagged the wrong branch and didn't merge the changes into v2 :facepalm:

v2 should be up to date and now tagged with v2.3.2. Please could you give it a go?

krzysztofreczek commented 3 years ago

It works well now, thanks!