refactor(meta): update import paths to use new code.sonr.org/go-ucan package

This commit is contained in:
2026-01-08 15:45:59 -05:00
parent 4895a069dd
commit 1f69e9c2c4
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import (
"github.com/ipld/go-ipld-prime/node/basicnode"
"github.com/stretchr/testify/require"
"github.com/ucan-wg/go-ucan/pkg/meta"
"code.sonr.org/go/ucan/pkg/meta"
)
func TestMeta_Add(t *testing.T) {