Skip to content

v3.2.1 not loadable thru gopkg.inΒ #182

@rlk833

Description

@rlk833

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions