segmentio / analytics-go

Segment analytics client for Go
https://segment.com/docs/libraries/go/
MIT License
142 stars 87 forks source link

v3.2.1 not loadable thru gopkg.in #182

Open rlk833 opened 2 years ago

rlk833 commented 2 years ago

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/analytics-go.v3@v3.2.1: 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 ()
rlk833 commented 2 years ago

dup of #170 apparently

alvaradojl commented 1 year ago

any news regarding this?

locnguyen commented 1 year ago

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.

FirstWhack commented 6 months ago

Still not published, couple versions missing