From 941e6366a395b09fb354f217777cc1f51e9fe440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Thu, 5 Sep 2024 18:43:23 +0200 Subject: [PATCH] fix go module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5776412..21ee27e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ucan-wg/go-ucan/v1 +module github.com/ucan-wg/go-ucan go 1.21