refactor(args): update import paths to use new repository location

This commit is contained in:
2026-01-08 15:45:48 -05:00
parent 4b99c9f1df
commit 33841ea261
3 changed files with 6 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ import (
"github.com/ipld/go-ipld-prime/node/basicnode" "github.com/ipld/go-ipld-prime/node/basicnode"
"github.com/ipld/go-ipld-prime/printer" "github.com/ipld/go-ipld-prime/printer"
"github.com/ucan-wg/go-ucan/pkg/policy/limits" "code.sonr.org/go/ucan/pkg/policy/limits"
"github.com/ucan-wg/go-ucan/pkg/policy/literal" "code.sonr.org/go/ucan/pkg/policy/literal"
) )
var ErrNotFound = errors.New("key not found in meta") var ErrNotFound = errors.New("key not found in meta")

View File

@@ -14,9 +14,9 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/ucan-wg/go-ucan/pkg/args" "code.sonr.org/go/ucan/pkg/args"
"github.com/ucan-wg/go-ucan/pkg/policy/limits" "code.sonr.org/go/ucan/pkg/policy/limits"
"github.com/ucan-wg/go-ucan/pkg/policy/literal" "code.sonr.org/go/ucan/pkg/policy/literal"
) )
func TestArgs(t *testing.T) { func TestArgs(t *testing.T) {

View File

@@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
"github.com/ucan-wg/go-ucan/pkg/args" "code.sonr.org/go/ucan/pkg/args"
) )
func TestBuilder_XXX(t *testing.T) { func TestBuilder_XXX(t *testing.T) {