diff options
Diffstat (limited to 'cmd/swarm/upload_test.go')
-rw-r--r-- | cmd/swarm/upload_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/swarm/upload_test.go b/cmd/swarm/upload_test.go index 6cdc53037..5ee48cc53 100644 --- a/cmd/swarm/upload_test.go +++ b/cmd/swarm/upload_test.go @@ -30,10 +30,10 @@ import ( "testing" "time" - "github.com/dexon-foundation/dexon/log" - swarmapi "github.com/dexon-foundation/dexon/swarm/api/client" - "github.com/dexon-foundation/dexon/swarm/testutil" "github.com/mattn/go-colorable" + "github.com/tangerine-network/go-tangerine/log" + swarmapi "github.com/tangerine-network/go-tangerine/swarm/api/client" + "github.com/tangerine-network/go-tangerine/swarm/testutil" ) func init() { |