From 10a4f7d8e113d771024a1934799a0f2473c9d688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 23:11:16 +0000 Subject: [PATCH] Bump github.com/ipfs/go-unixfs in /test/core/storage/unixfs/go Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.2.4 to 0.4.3. - [Release notes](https://github.com/ipfs/go-unixfs/releases) - [Commits](https://github.com/ipfs/go-unixfs/compare/v0.2.4...v0.4.3) --- updated-dependencies: - dependency-name: github.com/ipfs/go-unixfs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/core/storage/unixfs/go/go.mod | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/test/core/storage/unixfs/go/go.mod b/test/core/storage/unixfs/go/go.mod index f21209684d..bf96562e10 100644 --- a/test/core/storage/unixfs/go/go.mod +++ b/test/core/storage/unixfs/go/go.mod @@ -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 )