Skip to content

fix(examples): add x/sync to oauth example go.sum - #190

Merged
Jaro-c merged 1 commit into
developfrom
fix/oauth-example-gosum
Jun 29, 2026
Merged

fix(examples): add x/sync to oauth example go.sum#190
Jaro-c merged 1 commit into
developfrom
fix/oauth-example-gosum

Conversation

@Jaro-c

@Jaro-c Jaro-c commented Jun 29, 2026

Copy link
Copy Markdown
Member

The v1.11.1 JWKS burst-collapse added golang.org/x/sync/singleflight to auth/oauth. The standalone examples/oauth module consumes that package via the local replace but its go.sum lacked the new transitive dependency, so the Examples CI (build & vet oauth) failed with a missing go.sum entry. go mod tidy adds x/sync as indirect; the example builds in readonly mode.

Closes #189

The oauth module gained a golang.org/x/sync/singleflight import (JWKS
burst-collapse, v1.11.1). The standalone examples/oauth module consumes that
package via the local replace but its go.mod/go.sum did not list the new
transitive dependency, so the examples CI failed with a missing go.sum entry.
go mod tidy adds x/sync as indirect.

Signed-off-by: Jaro-c <75870284+Jaro-c@users.noreply.github.com>
@Jaro-c Jaro-c added area:examples Subsystem: examples effort:XS Extra small prio:P2 Medium priority status:review In review type:bug A defect to fix labels Jun 29, 2026
@Jaro-c
Jaro-c enabled auto-merge (squash) June 29, 2026 19:04
@Jaro-c
Jaro-c merged commit 9ba425f into develop Jun 29, 2026
12 checks passed
@Jaro-c
Jaro-c deleted the fix/oauth-example-gosum branch June 29, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:examples Subsystem: examples effort:XS Extra small prio:P2 Medium priority status:review In review type:bug A defect to fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant