container: add cbor serialisation

This commit is contained in:
Michael Muré
2024-09-19 21:26:42 +02:00
parent df9beadf9c
commit 346efbd31d
5 changed files with 66 additions and 8 deletions

3
go.mod
View File

@@ -2,6 +2,9 @@ module github.com/ucan-wg/go-ucan
go 1.23
// https://github.com/ipfs/go-ipld-cbor/pull/102
replace github.com/ipfs/go-ipld-cbor => github.com/MichaelMure/go-ipld-cbor v0.0.0-20240918161052-74fa05e9e786
require (
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-ipld-cbor v0.1.0