Skip to content

Commit 30bbc60

Browse files
committed
fix(deps): update to tagged ipld
1 parent 75d5125 commit 30bbc60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/ipfs/go-unixfs v0.3.1
1414
github.com/ipld/go-car/v2 v2.1.1
1515
github.com/ipld/go-codec-dagpb v1.3.0
16-
github.com/ipld/go-ipld-prime v0.14.5-0.20220303180638-1a0310848f49
16+
github.com/ipld/go-ipld-prime v0.16.0
1717
github.com/multiformats/go-multicodec v0.3.1-0.20211210143421-a526f306ed2c
1818
github.com/multiformats/go-multihash v0.1.0
1919
github.com/spaolacci/murmur3 v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ github.com/ipld/go-codec-dagpb v1.3.0/go.mod h1:ga4JTU3abYApDC3pZ00BC2RSvC3qfBb9
349349
github.com/ipld/go-ipld-prime v0.9.1-0.20210324083106-dc342a9917db/go.mod h1:KvBLMr4PX1gWptgkzRjVZCrLmSGcZCb/jioOQwCqZN8=
350350
github.com/ipld/go-ipld-prime v0.11.0/go.mod h1:+WIAkokurHmZ/KwzDOMUuoeJgaRQktHtEaLglS3ZeV8=
351351
github.com/ipld/go-ipld-prime v0.14.0/go.mod h1:9ASQLwUFLptCov6lIYc70GRB4V7UTyLD0IJtrDJe6ZM=
352-
github.com/ipld/go-ipld-prime v0.14.5-0.20220303180638-1a0310848f49 h1:NGnRDbc2o4Vy/CjiY9KCPg0pSXcdipf8tTSPUiPPpDs=
353-
github.com/ipld/go-ipld-prime v0.14.5-0.20220303180638-1a0310848f49/go.mod h1:axSCuOCBPqrH+gvXr2w9uAOulJqBPhHPT2PjoiiU1qA=
352+
github.com/ipld/go-ipld-prime v0.16.0 h1:RS5hhjB/mcpeEPJvfyj0qbOj/QL+/j05heZ0qa97dVo=
353+
github.com/ipld/go-ipld-prime v0.16.0/go.mod h1:axSCuOCBPqrH+gvXr2w9uAOulJqBPhHPT2PjoiiU1qA=
354354
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20211210234204-ce2a1c70cd73 h1:TsyATB2ZRRQGTwafJdgEUQkmjOExRV0DNokcihZxbnQ=
355355
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20211210234204-ce2a1c70cd73/go.mod h1:2PJ0JgxyB08t0b2WKrcuqI3di0V+5n6RS/LTUJhkoxY=
356356
github.com/jackpal/gateway v1.0.5/go.mod h1:lTpwd4ACLXmpyiCTRtfiNyVnUmqT9RivzCDQetPfnjA=

0 commit comments

Comments
 (0)