From 4e15349c5e53acf41233d9aa6d52e3dd9e28f65c Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Tue, 17 Sep 2024 11:17:24 -0400 Subject: [PATCH] fix(did): correct UCAN package name --- did/crypto_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/did/crypto_test.go b/did/crypto_test.go index 91b21d7..64723bd 100644 --- a/did/crypto_test.go +++ b/did/crypto_test.go @@ -5,7 +5,7 @@ import ( "github.com/libp2p/go-libp2p/core/crypto" "github.com/stretchr/testify/require" - "github.com/ucan-wg/go-ucan/v1/did" + "github.com/ucan-wg/go-ucan/did" ) const (