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
I am trying to use client package latest v2 version in a go modules project but there is an error:
go get -u github.com/dexidp/[email protected]
go get github.com/dexidp/[email protected]: github.com/dexidp/[email protected]: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
This has been addressed in the PR. There is also a separate API package which is the only reasonable (and supported) explanation for why someone would want to import Dex.
I am trying to use client package latest v2 version in a go modules project but there is an error:
I think the v2 version is not properly handled following these recommendations:
https://blog.golang.org/v2-go-modules
The text was updated successfully, but these errors were encountered: