Skip to content

Conversation

neelkanth-kaushik
Copy link
Contributor

Problem Statement

Running go get gopkg.in/segmentio/analytics-go.v3 is giving following error:

go: gopkg.in/segmentio/analytics-go.v3@upgrade (v3.3.0) requires 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

Changes

  1. Replaced go get gopkg.in/segmentio/analytics-go.v3 with go get github.com/segmentio/analytics-go/v3
  2. Replaced import "gopkg.in/segmentio/analytics-go.v3" with import "github.com/segmentio/analytics-go/v3"
  3. Removed Alternatively, you can also use gopkg.in. First run go get gopkg.in/segmentio/analytics-go.v3 and replace your imports with import "gopkg.in/segmentio/analytics-go.v3".

@neelkanth-kaushik neelkanth-kaushik requested a review from a team as a code owner March 26, 2025 17:07
@neelkanth-kaushik neelkanth-kaushik requested a review from pwseg March 26, 2025 17:07
@pwseg pwseg changed the title Updated incorrect installation URL in analytics-go documentation Updated incorrect installation URL in Analytics-Go documentation Mar 26, 2025
@pwseg pwseg added the fixed-content fix to content that has outdated or wrong information label Mar 26, 2025
@pwseg pwseg merged commit 20bcf39 into develop Mar 26, 2025
4 checks passed
@pwseg pwseg deleted the neelkanth-kaushik/LIBRARIES-2459 branch March 26, 2025 17:29
Copy link
Contributor

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed-content fix to content that has outdated or wrong information
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants