diff --git a/addrmgr/addrmanager_test.go b/addrmgr/addrmanager_test.go index 676913e2..e5b6f2b1 100644 --- a/addrmgr/addrmanager_test.go +++ b/addrmgr/addrmanager_test.go @@ -12,8 +12,8 @@ import ( "testing" "time" - "github.com/btcsuite/btcd/addrmgr" - "github.com/btcsuite/btcd/wire" + "github.com/utreexo/utreexod/addrmgr" + "github.com/utreexo/utreexod/wire" ) // naTest is used to describe a test to be performed against the NetAddressKey diff --git a/addrmgr/network_test.go b/addrmgr/network_test.go index 8af3369f..e8b12508 100644 --- a/addrmgr/network_test.go +++ b/addrmgr/network_test.go @@ -8,8 +8,8 @@ import ( "net" "testing" - "github.com/btcsuite/btcd/addrmgr" - "github.com/btcsuite/btcd/wire" + "github.com/utreexo/utreexod/addrmgr" + "github.com/utreexo/utreexod/wire" ) // TestIPTypes ensures the various functions which determine the type of an IP