rename module (#156)

This commit is contained in:
Dmitry Holodov
2022-08-19 19:31:50 -05:00
committed by GitHub
parent 7ab3ccb5a1
commit b2c8641087
97 changed files with 345 additions and 345 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,7 +1,7 @@
package dleq
import (
"github.com/noot/atomic-swap/crypto/secp256k1"
"github.com/athanorlabs/atomic-swap/crypto/secp256k1"
)
// Interface ...