fix import paths

This commit is contained in:
Michael Muré
2024-09-05 18:49:01 +02:00
parent 941e6366a3
commit 6a17270545
8 changed files with 12 additions and 11 deletions

View File

@@ -7,7 +7,8 @@ import (
"github.com/libp2p/go-libp2p/core/crypto/pb"
"github.com/stretchr/testify/assert"
"github.com/ucan-wg/go-ucan/v1/internal/varsig"
"github.com/ucan-wg/go-ucan/internal/varsig"
)
func TestDecode(t *testing.T) {