Merged
Conversation
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 1b06924..d2789f0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,26 +1,21 @@
module github.com/ipfs/go-ipfs-cmds
-go 1.22.0
-
-toolchain go1.22.8
+go 1.23.8
require (
- github.com/ipfs/boxo v0.24.2
- github.com/ipfs/go-log v1.0.5
+ github.com/ipfs/boxo v0.30.0
+ github.com/ipfs/go-log/v2 v2.6.0
github.com/rs/cors v1.11.1
github.com/texttheater/golang-levenshtein v1.0.1
- golang.org/x/term v0.25.0
+ golang.org/x/term v0.32.0
)
require (
- github.com/crackcomm/go-gitignore v0.0.0-20231225121904-e25f5bc08668 // indirect
- github.com/gogo/protobuf v1.3.2 // indirect
- github.com/ipfs/go-log/v2 v2.5.1 // indirect
+ github.com/crackcomm/go-gitignore v0.0.0-20241020182519-7843d2ba8fdf // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
- github.com/opentracing/opentracing-go v1.2.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
- golang.org/x/sys v0.26.0 // indirect
+ golang.org/x/sys v0.33.0 // indirect
)
retract v1.0.22 // old gx tag accidentally pushed as go tag
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.