Closed lidel closed 2 months ago
Suggested version: 0.12.0
Changes in configuration file(s):
diff --git a/go.mod b/go.mod
index dc78aac..4acc968 100644
--- a/go.mod
+++ b/go.mod
@@ -3,11 +3,11 @@ module github.com/ipfs/go-ipfs-cmds
go 1.21
require (
- github.com/ipfs/boxo v0.19.0
+ github.com/ipfs/boxo v0.22.0
github.com/ipfs/go-log v1.0.5
github.com/rs/cors v1.10.1
github.com/texttheater/golang-levenshtein v1.0.1
- golang.org/x/term v0.19.0
+ golang.org/x/term v0.23.0
)
require (
@@ -17,8 +17,8 @@ require (
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.26.0 // indirect
- golang.org/x/sys v0.19.0 // indirect
+ go.uber.org/zap v1.27.0 // indirect
+ golang.org/x/sys v0.24.0 // indirect
)
retract v1.0.22 // old gx tag accidentally pushed as go tag
gorelease
says:
# summary
Suggested version: v0.12.0
gocompat
says:
HEAD is now at c42de9a chore: release v0.11.0 (#253)
Previous HEAD position was c42de9a chore: release v0.11.0 (#253)
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
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.
just dependency bump from https://github.com/ipfs/go-ipfs-cmds/pull/255