Closed Stebalien closed 6 months ago
Back to back releases in case this release introduces any unexpected breakage.
Suggested version: v0.11.0
Changes in go.mod
file(s):
diff --git a/go.mod b/go.mod
index 0a8bebe..dc78aac 100644
--- a/go.mod
+++ b/go.mod
@@ -3,23 +3,22 @@ module github.com/ipfs/go-ipfs-cmds
go 1.21
require (
- github.com/ipfs/boxo v0.12.0
+ github.com/ipfs/boxo v0.19.0
github.com/ipfs/go-log v1.0.5
- github.com/rs/cors v1.7.0
- github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e
- golang.org/x/term v0.4.0
+ github.com/rs/cors v1.10.1
+ github.com/texttheater/golang-levenshtein v1.0.1
+ golang.org/x/term v0.19.0
)
require (
- github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
+ 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/mattn/go-isatty v0.0.17 // indirect
+ github.com/mattn/go-isatty v0.0.20 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
- go.uber.org/atomic v1.10.0 // indirect
- go.uber.org/multierr v1.9.0 // indirect
- go.uber.org/zap v1.24.0 // indirect
- golang.org/x/sys v0.6.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
)
retract v1.0.22 // old gx tag accidentally pushed as go tag
gorelease
says:
# summary
Suggested version: v0.11.0
gocompat
says:
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.
Updates dependencies: