-
-
Notifications
You must be signed in to change notification settings - Fork 116
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 #523
Upgrade dependencies #523
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #523 +/- ##
==========================================
- Coverage 73.93% 73.87% -0.07%
==========================================
Files 71 71
Lines 5844 5844
==========================================
- Hits 4321 4317 -4
- Misses 1134 1136 +2
- Partials 389 391 +2 ☔ View full report in Codecov by Sentry. |
Direct: github.com/pion/dtls/v2 v2.2.8-0.20240102042511-9ffd96c827fe golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc golang.org/x/sync v0.6.0 Indirect: golang.org/x/crypto v0.17.0 golang.org/x/sys v0.16.0
actions/upload-artifact: v3 -> v4 github/codeql-action/upload-sarif: v2 -> v3 actions/setup-go: v4 -> v5 actions/download-artifact: v3 -> v4
99a835c
to
cdf77a1
Compare
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
// note: github.com/pion/dtls/v2/pkg/net package is not yet available in release branches | ||
exclude github.com/pion/dtls/v2 v2.2.9 |
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.
@hasheddan Hey there, do you know if pkg/net package will be added to release branches? It's available in the master branch, but not in the release branches (see v2.2.9 tag for example), so I have to exclude it here so the upgrade bot doesn't go for v2.2.9 and break compilation.
8e534ce
to
6b10959
Compare
|
No description provided.