ubccr / mokey

FreeIPA self-service account management portal
BSD 3-Clause "New" or "Revised" License
189 stars 45 forks source link

go-oidc using wrong import path #45

Closed ericchiang closed 4 years ago

ericchiang commented 4 years ago

github.com/coreos/go-oidc has never used gopkg.in, and we may break this soon when we add a go.mod file (https://github.com/coreos/go-oidc/pull/228).

Just a heads up that you'll need to use the correct import path "github.com/coreos/go-oidc"

https://github.com/ubccr/mokey/blob/52325f5364ad875735b64364fe48714a3644e3f0/server/handler.go#L16

aebruno commented 4 years ago

Thanks for the heads up!