-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade dependencies #516
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
Upgrade dependencies #516
Conversation
WalkthroughThe Go module file was updated to require Go 1.23.0, remove the explicit toolchain directive, and refresh a broad set of dependencies to newer versions. The replace block was simplified, and a comment was added to guide users in setting the GOTOOLCHAIN environment variable before running Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #516 +/- ##
==========================================
- Coverage 74.12% 74.09% -0.03%
==========================================
Files 124 124
Lines 8764 8763 -1
==========================================
- Hits 6496 6493 -3
- Misses 1678 1680 +2
Partials 590 590 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
09af5ca
to
94a84b5
Compare
3da7a2c
to
e7351f5
Compare
ec40354
to
ef74b93
Compare
Direct: github.com/fxamacker/cbor/v2 v2.8.0 github.com/golang-jwt/jwt/v5 v5.2.2 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2 github.com/pion/dtls/v3 v3.0.6 github.com/pion/logging v0.2.3 github.com/plgd-dev/go-coap/v3 v3.3.7-0.20250702164925-f431046ea1ce github.com/stretchr/testify v1.10.0 github.com/ugorji/go/codec v1.2.14 github.com/web-of-things-open-source/thingdescription-go v0.0.0-20250521114616-3895cda67f5d golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b golang.org/x/sync v0.14.0 google.golang.org/grpc v1.72.2 Indirect: golang.org/x/crypto v0.38.0 golang.org/x/net v0.40.0 golang.org/x/sys v0.33.0 google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a google.golang.org/protobuf v1.36.6
alpine: 3.20 -> 3.22
ef74b93
to
82e00ca
Compare
|
Summary by CodeRabbit