diff options
Diffstat (limited to 'p2p/discv5/udp_test.go')
-rw-r--r-- | p2p/discv5/udp_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p2p/discv5/udp_test.go b/p2p/discv5/udp_test.go index b3dbe4cab..0e64a50a2 100644 --- a/p2p/discv5/udp_test.go +++ b/p2p/discv5/udp_test.go @@ -26,9 +26,9 @@ import ( "testing" "github.com/davecgh/go-spew/spew" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/crypto" - "github.com/dexon-foundation/dexon/rlp" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/crypto" + "github.com/tangerine-network/go-tangerine/rlp" ) func init() { |