refactor(container): migrate to new ucan and did-it package paths

This commit is contained in:
2026-01-08 15:45:52 -05:00
parent d660445190
commit 499f83fd6f
2 changed files with 10 additions and 10 deletions

View File

@@ -12,9 +12,9 @@ import (
"github.com/ipld/go-ipld-prime/codec/cbor"
"github.com/ipld/go-ipld-prime/datamodel"
"github.com/ucan-wg/go-ucan/token"
"github.com/ucan-wg/go-ucan/token/delegation"
"github.com/ucan-wg/go-ucan/token/invocation"
"code.sonr.org/go/ucan/token"
"code.sonr.org/go/ucan/token/delegation"
"code.sonr.org/go/ucan/token/invocation"
)
var ErrNotFound = fmt.Errorf("not found")