Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.2.1 not loadable thru gopkg.in #182

Open
rlk833 opened this issue May 12, 2022 · 4 comments
Open

v3.2.1 not loadable thru gopkg.in #182

rlk833 opened this issue May 12, 2022 · 4 comments

Comments

@rlk833
Copy link

rlk833 commented May 12, 2022

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
Copy link
Author

rlk833 commented Jun 8, 2022

dup of #170 apparently

@alvaradojl
Copy link

any news regarding this?

@locnguyen
Copy link

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
Copy link

Still not published, couple versions missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants