Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/ipfs/go-unixfs from 0.2.4 to 0.4.3 in /test/core/storage/unixfs/go #673

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions test/core/storage/unixfs/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module unixfs
go 1.13

require (
github.com/ipfs/go-blockservice v0.1.3
github.com/ipfs/go-datastore v0.4.4
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/ipfs/go-blockservice v0.2.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ipfs-blockstore v1.0.0
github.com/ipfs/go-ipfs-chunker v0.0.5
github.com/ipfs/go-ipfs-exchange-offline v0.0.1
github.com/ipfs/go-merkledag v0.3.2
github.com/ipfs/go-unixfs v0.2.4
github.com/stretchr/testify v1.5.1
github.com/ipfs/go-ipfs-exchange-offline v0.1.1
github.com/ipfs/go-merkledag v0.5.1
github.com/ipfs/go-unixfs v0.4.3
github.com/smartystreets/assertions v1.0.0 // indirect
github.com/stretchr/testify v1.8.1
)