cloudflare / cloudflare/cloudflared
go-oidc using wrong import path
未关闭
- 主要语言
- Go
- 星标
- 15.6k
- 派生
- 1.4k
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
调研方向
Open validation/validation.go at line 15 and inspect the go-oidc import. Update it to use github.com/coreos/go-oidc, then verify that the project still builds and its checks pass.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 35/100