refactor(envelope): more tests/docs and functions not a type

This commit is contained in:
Steve Moyer
2024-09-18 07:50:02 -04:00
parent 40488dfc3d
commit 70dc12d68e
10 changed files with 596 additions and 6 deletions

2
go.mod
View File

@@ -13,11 +13,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