Merged
Conversation
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 22c9939..5d3d73b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,23 @@
module github.com/ipfs/go-datastore
-go 1.24
+go 1.24.0
require (
github.com/google/uuid v1.6.0
github.com/ipfs/go-detect-race v0.0.1
github.com/ipfs/go-ipfs-delay v0.0.1
github.com/stretchr/testify v1.11.1
- go.opentelemetry.io/otel v1.38.0
- go.opentelemetry.io/otel/trace v1.38.0
+ go.opentelemetry.io/otel v1.40.0
+ go.opentelemetry.io/otel/trace v1.40.0
)
require (
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- go.opentelemetry.io/auto/sdk v1.1.0 // indirect
- go.opentelemetry.io/otel/metric v1.38.0 // indirect
+ go.opentelemetry.io/auto/sdk v1.2.1 // indirect
+ go.opentelemetry.io/otel/metric v1.40.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)diff --git a/fuzz/go.mod b/fuzz/go.mod
index a2f4784..fe9519e 100644
--- a/fuzz/go.mod
+++ b/fuzz/go.mod
@@ -1,22 +1,21 @@
module github.com/ipfs/go-datastore/fuzz
-go 1.24
+go 1.24.0
require (
- github.com/ipfs/go-datastore v0.8.2
- github.com/ipfs/go-ds-flatfs v0.5.3
- github.com/spf13/pflag v1.0.6
+ github.com/ipfs/go-datastore v0.9.0
+ github.com/ipfs/go-ds-flatfs v0.6.0
+ github.com/spf13/pflag v1.0.10
)
require (
github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
github.com/google/uuid v1.6.0 // indirect
- github.com/ipfs/go-log/v2 v2.5.1 // indirect
- github.com/mattn/go-isatty v0.0.17 // indirect
- go.uber.org/atomic v1.10.0 // indirect
+ github.com/ipfs/go-log/v2 v2.9.0 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
go.uber.org/multierr v1.11.0 // indirect
- go.uber.org/zap v1.24.0 // indirect
- golang.org/x/sys v0.4.0 // indirect
+ go.uber.org/zap v1.27.0 // indirect
+ golang.org/x/sys v0.35.0 // indirect
)
replace github.com/ipfs/go-datastore => ../
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
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.
No description provided.