diff --git a/pkg/command/command_test.go b/pkg/command/command_test.go index 07b4c01..f7df3dd 100644 --- a/pkg/command/command_test.go +++ b/pkg/command/command_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/ucan-wg/go-ucan/pkg/command" + "code.sonr.org/go/ucan/pkg/command" ) func TestTop(t *testing.T) {