Skip to content
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

Update dependencies and version #2457

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Update dependencies and version #2457

merged 1 commit into from
Dec 19, 2023

Conversation

gammazero
Copy link
Collaborator

  • Update to latest go-libipni to get stream reset fix
  • Update to latest go-libp2p to get security fix.

Update to latest go-libipni and go-libp2p.
Copy link
Contributor

Suggested version: v0.8.14

Comparing to: v0.8.13 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index bb282983..1cb8cd3a 100644
--- a/go.mod
+++ b/go.mod
@@ -39,7 +39,7 @@ require (
 	go.opencensus.io v0.24.0
 	go.uber.org/zap v1.26.0
 	golang.org/x/net v0.17.0
-	golang.org/x/sys v0.13.0
+	golang.org/x/sys v0.15.0
 	google.golang.org/protobuf v1.31.0
 )
 
@@ -208,11 +208,11 @@ require (
 	go.uber.org/mock v0.3.0 // indirect
 	go.uber.org/multierr v1.11.0 // indirect
 	go4.org v0.0.0-20230225012048-214862532bf5 // indirect
-	golang.org/x/crypto v0.14.0 // indirect
+	golang.org/x/crypto v0.17.0 // indirect
 	golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
 	golang.org/x/mod v0.13.0 // indirect
 	golang.org/x/sync v0.4.0 // indirect
-	golang.org/x/text v0.13.0 // indirect
+	golang.org/x/text v0.14.0 // indirect
 	golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
 	golang.org/x/tools v0.14.0 // indirect
 	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect

gorelease says:

# diagnostics
required module github.com/kataras/iris/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon. Please update to @latest
required module github.com/microcosm-cc/[email protected] retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.9.0

gocompat says:

Your branch is up to date with 'origin/main'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files.
The Release Checker is not able to analyse files that are not checked in to main. This might cause the above analysis to be inaccurate.
Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@codecov-commenter
Copy link

codecov-commenter commented Dec 19, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4d4e711) 47.04% compared to head (25a642a) 47.06%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2457      +/-   ##
==========================================
+ Coverage   47.04%   47.06%   +0.01%     
==========================================
  Files          85       85              
  Lines       10732    10732              
==========================================
+ Hits         5049     5051       +2     
+ Misses       5082     5080       -2     
  Partials      601      601              

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

@gammazero gammazero merged commit 8d5aec4 into main Dec 19, 2023
11 checks passed
@gammazero gammazero deleted the update-deps-and-version branch December 19, 2023 20:26
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.

2 participants