Skip to content

Commit

Permalink
add dep to ipld#350
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Mar 13, 2022
1 parent 1de60d4 commit 2f05d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ require (
github.com/frankban/quicktest v1.14.0
github.com/google/go-cmp v0.5.6
github.com/ipfs/go-cid v0.0.4
github.com/ipld/go-ipld-prime v0.0.0-20220306101703-af16a2f8b56d
github.com/multiformats/go-multicodec v0.3.0
github.com/multiformats/go-multihash v0.1.0
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/warpfork/go-testmark v0.3.0
github.com/warpfork/go-wish v0.0.0-20200122115046-b9ea61034e4a // indirect
gopkg.in/yaml.v2 v2.4.0
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGa
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY=
github.com/ipfs/go-cid v0.0.4 h1:UlfXKrZx1DjZoBhQHmNHLC1fK1dUJDN20Y28A7s+gJ8=
github.com/ipfs/go-cid v0.0.4/go.mod h1:4LLaPOQwmk5z9LBgQnpkivrx8BJjUyGwTXCd5Xfj6+M=
github.com/ipld/go-ipld-prime v0.0.0-20220306101703-af16a2f8b56d h1:KwhvCOxizV18QNcSnqj1fwFhbfcnx8QxFlp2/OGDfJ8=
github.com/ipld/go-ipld-prime v0.0.0-20220306101703-af16a2f8b56d/go.mod h1:QcE4Y9n/ZZr8Ijg5bGPT0GqYWgZ1704nH0RDcQtgTP0=
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
github.com/klauspost/cpuid/v2 v2.0.4/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
Expand Down

0 comments on commit 2f05d9b

Please sign in to comment.