After you upgrade your app to the minimum requirements, add the Identity Engine SDK to your app.
- Create a module file:
go mod init - Add the SDK to your
go.modfile:go get github.com/okta/okta-idx-golang - Import the package into your project:
import "github.com/okta/okta-idx-golang"