feat(deps): remove the multicodec dependency, as varsig constants are not multicodec

This commit is contained in:
Michael Muré
2025-07-10 11:24:14 +02:00
parent eb70826a70
commit 5fb3516d15
5 changed files with 33 additions and 45 deletions

5
go.mod
View File

@@ -2,10 +2,7 @@ module github.com/ucan-wg/go-varsig
go 1.24.4
require (
github.com/multiformats/go-multicodec v0.9.2
github.com/stretchr/testify v1.10.0
)
require github.com/stretchr/testify v1.10.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect