ipfs / ipget

Retrieve files over IPFS and save them locally.
MIT License
388 stars 54 forks source link

Release v0.8.0 #101

Closed aschmahmann closed 2 years ago

github-actions[bot] commented 2 years ago

Suggested version: v0.8.0 Comparing to: v0.7.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 64bd37d..4ca9ce6 100644
--- a/go.mod
+++ b/go.mod
@@ -1,15 +1,15 @@
 module github.com/ipfs/ipget

-go 1.15
+go 1.16

 require (
-   github.com/ipfs/go-ipfs v0.8.0
-   github.com/ipfs/go-ipfs-config v0.12.0
-   github.com/ipfs/go-ipfs-files v0.0.8
-   github.com/ipfs/go-ipfs-http-client v0.1.0
-   github.com/ipfs/interface-go-ipfs-core v0.4.0
-   github.com/libp2p/go-libp2p-core v0.8.0
-   github.com/multiformats/go-multiaddr v0.3.1
-   github.com/urfave/cli/v2 v2.2.0
-   gopkg.in/cheggaaa/pb.v1 v1.0.28
+   github.com/cheggaaa/pb/v3 v3.0.8
+   github.com/ipfs/go-ipfs v0.11.0
+   github.com/ipfs/go-ipfs-config v0.18.0
+   github.com/ipfs/go-ipfs-files v0.0.9
+   github.com/ipfs/go-ipfs-http-client v0.2.0
+   github.com/ipfs/interface-go-ipfs-core v0.5.2
+   github.com/libp2p/go-libp2p-core v0.11.0
+   github.com/multiformats/go-multiaddr v0.4.1
+   github.com/urfave/cli/v2 v2.3.0
 )diff --git a/sharness/dependencies/go.mod b/sharness/dependencies/go.mod
index 7126462..3278277 100644
--- a/sharness/dependencies/go.mod
+++ b/sharness/dependencies/go.mod
@@ -4,16 +4,7 @@ go 1.16

 require (
    github.com/chriscool/go-sleep v0.0.0-20150606204034-743ab5f1bb48
-   github.com/ipfs/go-log v1.0.4 // indirect
-   github.com/minio/sha256-simd v0.1.1 // indirect
-   github.com/multiformats/go-multiaddr v0.2.2 // indirect
-   github.com/multiformats/go-multiaddr-net v0.1.5 // indirect
-   github.com/pkg/errors v0.9.1 // indirect
-   github.com/stretchr/testify v1.6.1 // indirect
-   github.com/whyrusleeping/pollEndpoint v0.0.0-20160930195253-e095275738b1
-   go.uber.org/zap v1.15.0 // indirect
-   golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
-   golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
-   golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
-   golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e // indirect
+   github.com/ipfs/go-ipfs v0.9.1
+   github.com/ipfs/ipget v0.7.0
+   github.com/whyrusleeping/pollEndpoint v0.0.0-20211207235059-e4819e26509a
 )

gorelease says:

# summary
Suggested version: v0.8.0

gocompat says:

(empty)