-
Notifications
You must be signed in to change notification settings - Fork 37
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
v0.16.0-rc2 bump #334
v0.16.0-rc2 bump #334
Conversation
Suggested version: Comparing to: v0.16.0-rc1 (diff) Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 7691d2c..5c49868 100644
--- a/go.mod
+++ b/go.mod
@@ -20,8 +20,8 @@ require (
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.10.0
github.com/whyrusleeping/cbor-gen v0.2.0
- golang.org/x/crypto v0.29.0
- golang.org/x/sync v0.9.0
+ golang.org/x/crypto v0.30.0
+ golang.org/x/sync v0.10.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
@@ -39,7 +39,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- golang.org/x/sys v0.27.0 // indirect
+ golang.org/x/sys v0.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #334 +/- ##
=======================================
Coverage 3.39% 3.39%
=======================================
Files 662 662
Lines 177834 177834
=======================================
Hits 6041 6041
Misses 169944 169944
Partials 1849 1849 |
No description provided.