Merged
Conversation
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 61c6e26..a5c47dd 100644
--- a/go.mod
+++ b/go.mod
@@ -10,7 +10,7 @@ require (
github.com/felixge/httpsnoop v1.0.4
github.com/ipfs-shipyard/nopfs v0.0.14
github.com/ipfs-shipyard/nopfs/ipfs v0.25.0
- github.com/ipfs/boxo v0.28.0
+ github.com/ipfs/boxo v0.28.1-0.20250226223343-102e45555c8f
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.5.0
github.com/ipfs/go-datastore v0.7.0
@@ -20,8 +20,8 @@ require (
github.com/ipfs/go-ds-pebble v0.4.2
github.com/ipfs/go-ipfs-delay v0.0.1
github.com/ipfs/go-log/v2 v2.5.1
- github.com/ipfs/go-metrics-interface v0.0.1
- github.com/ipfs/go-metrics-prometheus v0.0.3
+ github.com/ipfs/go-metrics-interface v0.3.0
+ github.com/ipfs/go-metrics-prometheus v0.1.0
github.com/ipfs/go-test v0.2.1
github.com/ipfs/go-unixfsnode v1.9.2
github.com/ipld/go-codec-dagpb v1.6.0
@@ -36,7 +36,7 @@ require (
github.com/multiformats/go-multiaddr-dns v0.4.1
github.com/multiformats/go-multicodec v0.9.0
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
- github.com/prometheus/client_golang v1.20.5
+ github.com/prometheus/client_golang v1.21.0
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
github.com/shirou/gopsutil/v3 v3.24.5
github.com/stretchr/testify v1.10.0
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Contributor
Author
|
@gammazero checks are failing with a race condition there, so going to merge this and we can figure that out for the next release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of ipshipyard/roadmaps#1