cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

go-oidc using wrong import path

Open ericchiang opened this issue 5 years ago • 1 comments

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/cloudflare/cloudflared/blob/7367827a1117932e0fbea37594b136ae4bf0ba33/validation/validation.go#L15

ericchiang avatar Jan 23 '20 20:01 ericchiang

IIUC the validation is using github.com/coreos/go-oidc on the "v2" branch but the rest of the code uses github.com/coreos/go-oidc from "master".

jpeach avatar Mar 04 '22 05:03 jpeach