diff --git a/go.mod b/go.mod index 50f874d..f575453 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.ekzyis.com/ekzyis/nip44 +module github.com/ekzyis/nip44 go 1.21.0 diff --git a/nip44_test.go b/nip44_test.go index d521f1b..8bb3ab9 100644 --- a/nip44_test.go +++ b/nip44_test.go @@ -6,8 +6,8 @@ import ( "hash" "testing" - "git.ekzyis.com/ekzyis/nip44" "github.com/decred/dcrd/dcrec/secp256k1/v4" + "github.com/ekzyis/nip44" "github.com/stretchr/testify/assert" )