Changelog

Renamed GitHub Organization and Go SDK path

March 22, 2022

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:

  1. Change the import URL in your .go files from `github.com/workos-inc/workos-go/...` to `github.com/workos/workos-go/...`
  2. Open the `go.mod` file and update version to v1.9.0
  3. 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.

This site uses cookies to improve your experience. Please accept the use of cookies on this site. You can review our cookie policy here and our privacy policy here. If you choose to refuse, functionality of this site will be limited.