-
Notifications
You must be signed in to change notification settings - Fork 40
fix: ⬆️ Tidy authbridge-cpex module #795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,10 +19,10 @@ require ( | |
| github.com/lestrrat-go/option v1.0.1 // indirect | ||
| github.com/segmentio/asm v1.2.1 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.8.1 // indirect | ||
| golang.org/x/crypto v0.54.0 // indirect | ||
| golang.org/x/net v0.57.0 // indirect | ||
| golang.org/x/crypto v0.55.0 // indirect | ||
| golang.org/x/net v0.58.0 // indirect | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (out of scope for this PR) Worth noting how unguarded this half of the diff is: Adding it to the Go CI matrix looks cheap: |
||
| golang.org/x/sys v0.47.0 // indirect | ||
| golang.org/x/text v0.40.0 // indirect | ||
| golang.org/x/text v0.41.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa // indirect | ||
| google.golang.org/grpc v1.82.1 // indirect | ||
| google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion (out of scope for this PR, worth a follow-up issue)
The tidy side is automated now, but
.github/dependabot.ymlstill lists only fourgomoddirectories —authlib,authbridge-proxy,authbridge-envoy,abctl.cmd/authbridge-cpex,cmd/authbridge-praxis, andstorage/redishave no entry.For cpex and praxis that's low risk: their only direct dependency is the locally-replaced
authlib, so everything else is transitive and now rides the dynamic-discovery tidy. Butstorage/redishas real uncovered direct deps —github.com/redis/go-redis/v9 v9.9.0andgithub.com/alicebob/miniredis/v2 v2.38.0. Those get no bump PRs and no Dependabot security updates today.