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

Updated incorrect installation URL in Analytics-Go documentation #7522

Merged
merged 1 commit into from
Mar 26, 2025

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/analytics-go.v3@v3.3.0: 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