After you upgrade your app to the minimum requirements, add the Identity Engine SDK to your app.

  1. Create a module file: go mod init
  2. Add the SDK to your go.mod file: go get github.com/okta/okta-idx-golang
  3. Import the package into your project: import "github.com/okta/okta-idx-golang"