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

fix: update Go module path to github.com/launchdarkly/ldcli #303

Merged
merged 1 commit into from
May 21, 2024

Conversation

cwaldren-ld
Copy link
Contributor

@cwaldren-ld cwaldren-ld commented May 20, 2024

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

Users are unable to import or go install the ldcli since it's declared module path is not accessible.

Describe the solution you've provided

Update its declared module path to match its location, github.com/launchdarkly/ldcli.

Additional context

go install github.com/launchdarkly/ldcli@latest
go: downloading github.com/launchdarkly/ldcli v1.0.0
go: github.com/launchdarkly/ldcli@latest: version constraints conflict:
	github.com/launchdarkly/ldcli@v1.0.0: parsing go.mod:
	module declares its path as: ldcli
	        but was required as: github.com/launchdarkly/ldcli

@cwaldren-ld cwaldren-ld marked this pull request as ready for review May 20, 2024 22:32
@cwaldren-ld cwaldren-ld merged commit 7c7925d into main May 21, 2024
3 checks passed
@cwaldren-ld cwaldren-ld deleted the cw/fix-module-path branch May 21, 2024 00:37
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

Successfully merging this pull request may close these issues.

2 participants