We have moved to a new GitHub organization! Now you can find us at github.com/workos instead of github.com/workos-inc. Along with that change, we've updated the Go SDK installation path. If you have an existing Go app that utilizes the WorkOS SDK, you can follow these steps to update it:
- Change the import URL in your .go files from `github.com/workos-inc/workos-go/...` to `github.com/workos/workos-go/...`
- Open the `go.mod` file and update version to v1.9.0
- Open your terminal and run the `go mod tidy` command
This will remove "workos-inc" and replace it with "workos" in your go.mod file.