aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/swarm-smoke/sliding_window.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/swarm/swarm-smoke/sliding_window.go')
-rw-r--r--cmd/swarm/swarm-smoke/sliding_window.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/swarm/swarm-smoke/sliding_window.go b/cmd/swarm/swarm-smoke/sliding_window.go
index 3b17952d4..a6412eb3c 100644
--- a/cmd/swarm/swarm-smoke/sliding_window.go
+++ b/cmd/swarm/swarm-smoke/sliding_window.go
@@ -22,10 +22,10 @@ import (
"math/rand"
"time"
- "github.com/dexon-foundation/dexon/log"
- "github.com/dexon-foundation/dexon/metrics"
- "github.com/dexon-foundation/dexon/swarm/testutil"
"github.com/pborman/uuid"
+ "github.com/tangerine-network/go-tangerine/log"
+ "github.com/tangerine-network/go-tangerine/metrics"
+ "github.com/tangerine-network/go-tangerine/swarm/testutil"
cli "gopkg.in/urfave/cli.v1"
)