Fix missing module rename
This commit is contained in:
parent
7b673f3624
commit
6a3d864c8f
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.ekzyis.com/ekzyis/nip44
|
||||
module github.com/ekzyis/nip44
|
||||
|
||||
go 1.21.0
|
||||
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue