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

@@ -5,7 +5,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/noot/atomic-swap/common"
"github.com/athanorlabs/atomic-swap/common"
)
func Test_GenerateBlocks(t *testing.T) {

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"time"
"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"
logging "github.com/ipfs/go-log"
)

View File

@@ -4,9 +4,9 @@ import (
"sync"
"testing"
"github.com/noot/atomic-swap/common"
mcrypto "github.com/noot/atomic-swap/crypto/monero"
"github.com/noot/atomic-swap/tests"
"github.com/athanorlabs/atomic-swap/common"
mcrypto "github.com/athanorlabs/atomic-swap/crypto/monero"
"github.com/athanorlabs/atomic-swap/tests"
"github.com/stretchr/testify/require"
)

View File

@@ -7,8 +7,8 @@ import (
"github.com/MarinX/monerorpc"
"github.com/MarinX/monerorpc/wallet"
"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"
)
// WalletClient represents a monero-wallet-rpc client.

View File

@@ -7,9 +7,9 @@ import (
"testing"
"time"
"github.com/noot/atomic-swap/common"
mcrypto "github.com/noot/atomic-swap/crypto/monero"
"github.com/noot/atomic-swap/tests"
"github.com/athanorlabs/atomic-swap/common"
mcrypto "github.com/athanorlabs/atomic-swap/crypto/monero"
"github.com/athanorlabs/atomic-swap/tests"
"github.com/stretchr/testify/require"
)