make the go module a v1

This commit is contained in:
Michael Muré
2024-08-30 23:11:51 +02:00
parent 7ab73a8317
commit 4b24eef195
7 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/ucan-wg/go-ucan/capability/command"
"github.com/ucan-wg/go-ucan/v1/capability/command"
)
func TestTop(t *testing.T) {