analytics-go
analytics-go copied to clipboard
v3.2.1 not loadable thru gopkg.in
Up until last night it appears v3.1.0 was mirrored to gopkg.in and that worked.
But as of this morning it is picking up v3.2.1 and that doesn't load. There are go.mod incompatibilities. We get:
using import "gopkg.in/segmentio/analytics-go.v3"
gopkg.in/segmentio/analytics-go.v3: gopkg.in/segmentio/[email protected]: parsing go.mod:
module declares its path as: github.com/segmentio/analytics-go/v3
but was required as: gopkg.in/segmentio/analytics-go.v3
changed to :
import "gopkg.in/segmentio/analytics-go/v3"
and now get:
gopkg.in/segmentio/analytics-go/v3: cannot find module providing package gopkg.in/segmentio/analytics-go/v3: unrecognized import path "gopkg.in": parse https://gopkg.in/?go-get=1: no go-import meta tags ()
dup of #170 apparently
any news regarding this?
I'd appreciate an update from the Segment team on this. I'd like to start using Segment but this is a bit of a blocker.
Still not published, couple versions missing