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

Module name does not match the organization name #5

Open
sagikazarmark opened this issue Jun 18, 2024 · 0 comments
Open

Module name does not match the organization name #5

sagikazarmark opened this issue Jun 18, 2024 · 0 comments

Comments

@sagikazarmark
Copy link

The GH organization name is Infisical, the Go module name is github.com/infisical/go-sdk.

While that's technically possible, running go get github.com/Infisical/go-sdk will fail:

go: downloading github.com/Infisical/go-sdk v0.2.0
go: github.com/Infisical/go-sdk@upgrade (v0.2.0) requires github.com/Infisical/[email protected]: parsing go.mod:
        module declares its path as: github.com/infisical/go-sdk
                but was required as: github.com/Infisical/go-sdk

It would probably make sense to acknowledge this in the readme. Changing the module name is also possible, although more challenging to existing users.

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

1 participant