ipfs / go-ipfs-cmds

IPFS commands package
MIT License
50 stars 42 forks source link

chore: version v0.8.2 #235

Closed hacdias closed 1 year ago

github-actions[bot] commented 1 year ago

Suggested version: v0.8.2 Comparing to: v0.8.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 075bc41..7746246 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,24 @@
 module github.com/ipfs/go-ipfs-cmds

-go 1.16
+go 1.18

 require (
    github.com/Kubuxu/go-os-helper v0.0.1
-   github.com/ipfs/go-ipfs-files v0.0.8
+   github.com/ipfs/go-libipfs v0.1.0
    github.com/ipfs/go-log v1.0.4
    github.com/rs/cors v1.7.0
    github.com/texttheater/golang-levenshtein v0.0.0-20180516184445-d188e65d659e
-   golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d
+   golang.org/x/term v0.4.0
+)
+
+require (
+   github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // 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.16 // indirect
+   github.com/opentracing/opentracing-go v1.1.0 // indirect
+   go.uber.org/atomic v1.10.0 // indirect
+   go.uber.org/multierr v1.8.0 // indirect
+   go.uber.org/zap v1.23.0 // indirect
+   golang.org/x/sys v0.4.0 // indirect
 )

gorelease says:

# summary
Suggested version: v0.9.0

gocompat says:

(empty)