Merge pull request #23 from ucan-wg/envelope2

refactor(envelope): more tests/docs and functions not a type
This commit is contained in:
Steve Moyer
2024-09-18 12:14:36 -04:00
committed by GitHub
10 changed files with 563 additions and 6 deletions

2
go.mod
View File

@@ -12,11 +12,13 @@ require (
github.com/multiformats/go-multicodec v0.9.0
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.9.0
gotest.tools/v3 v3.5.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/minio/sha256-simd v1.0.1 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect