Skip to content

Conversation

@developerkunal
Copy link
Contributor

@developerkunal developerkunal commented Nov 20, 2025

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

🔧 Changes

This PR updates all example projects to use the latest versions of dependencies.

Dependency Updates:

  • Upgraded all examples to Go 1.24.0 with toolchain 1.24.8
  • Updated golang.org/x/crypto to v0.45.0
  • Updated golang.org/x/net to v0.47.0
  • Updated golang.org/x/sys to v0.38.0
  • Updated golang.org/x/text to v0.31.0
  • Updated framework dependencies:
    • labstack/echo/v4: v4.13.3 → v4.13.4
    • gin-gonic/gin: v1.9.1 → v1.10.1

Code Fixes:

  • Fixed duplicate import declarations in http-example/main.go and http-jwks-example/main.go
  • Fixed quic-go/qpack version compatibility issue in gin-example

🔬 Testing

  • All example projects build successfully: go build passes for all examples
  • Tests pass: go test passes for http-example and http-jwks-example
  • Verified no import conflicts or compilation errors

- Upgraded all examples to Go 1.24.0 with toolchain 1.24.8
- Updated golang.org/x/crypto to v0.45.0 (fixes multiple CVEs)
- Updated golang.org/x/net to v0.47.0
- Updated golang.org/x/sys to v0.38.0
- Updated golang.org/x/text to v0.31.0
- Updated framework dependencies:
  - echo: v4.13.3 → v4.13.4
  - gin: v1.9.1 → v1.10.1 (compatible with dependencies)
- Fixed duplicate import declarations in http-example and http-jwks-example
- Fixed quic-go/qpack version compatibility in gin-example
- All examples build and test successfully
@developerkunal developerkunal requested a review from a team as a code owner November 20, 2025 06:12
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.13%. Comparing base (283dc45) to head (8764964).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   97.13%   97.13%           
=======================================
  Files           9        9           
  Lines         314      314           
=======================================
  Hits          305      305           
  Misses          6        6           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@developerkunal developerkunal merged commit 57537a2 into master Nov 20, 2025
7 checks passed
@developerkunal developerkunal deleted the chore/update-example-dependencies branch November 20, 2025 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants