analytics-go icon indicating copy to clipboard operation
analytics-go copied to clipboard

v3.2.1 not loadable thru gopkg.in

Open rlk833 opened this issue 3 years ago • 4 comments

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 ()

rlk833 avatar May 12 '22 13:05 rlk833

dup of #170 apparently

rlk833 avatar Jun 08 '22 18:06 rlk833

any news regarding this?

alvaradojl avatar Feb 11 '23 20:02 alvaradojl

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.

locnguyen avatar Mar 06 '23 23:03 locnguyen

Still not published, couple versions missing

FirstWhack avatar Mar 22 '24 17:03 FirstWhack