You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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-sdk
will 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.
The text was updated successfully, but these errors were encountered: