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.
The GH organization name is
Infisical, the Go module name isgithub.com/infisical/go-sdk.While that's technically possible, running
go get github.com/Infisical/go-sdkwill fail:It would probably make sense to acknowledge this in the readme. Changing the module name is also possible, although more challenging to existing users.