Skip to content

Module name does not match the organization name #5

@sagikazarmark

Description

@sagikazarmark

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/go-sdk@v0.2.0: 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.

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