mirror of
https://github.com/AthanorLabs/atomic-swap.git
synced 2026-01-09 14:18:03 -05:00
rename module (#156)
This commit is contained in:
@@ -3,7 +3,7 @@ package dleq
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/noot/atomic-swap/crypto/secp256k1"
|
||||
"github.com/athanorlabs/atomic-swap/crypto/secp256k1"
|
||||
dleq "github.com/noot/cgo-dleq"
|
||||
|
||||
ethsecp256k1 "github.com/ethereum/go-ethereum/crypto/secp256k1"
|
||||
|
||||
@@ -8,8 +8,8 @@ import (
|
||||
|
||||
ethsecp256k1 "github.com/ethereum/go-ethereum/crypto/secp256k1"
|
||||
|
||||
"github.com/noot/atomic-swap/common"
|
||||
mcrypto "github.com/noot/atomic-swap/crypto/monero"
|
||||
"github.com/athanorlabs/atomic-swap/common"
|
||||
mcrypto "github.com/athanorlabs/atomic-swap/crypto/monero"
|
||||
|
||||
ethcrypto "github.com/ethereum/go-ethereum/crypto"
|
||||
"github.com/stretchr/testify/require"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package dleq
|
||||
|
||||
import (
|
||||
"github.com/noot/atomic-swap/crypto/secp256k1"
|
||||
"github.com/athanorlabs/atomic-swap/crypto/secp256k1"
|
||||
)
|
||||
|
||||
// Interface ...
|
||||
|
||||
Reference in New Issue
Block a user