diff options
Diffstat (limited to 'swarm/api/http/response.go')
-rw-r--r-- | swarm/api/http/response.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/api/http/response.go b/swarm/api/http/response.go index 3ffa78509..cbabb33b4 100644 --- a/swarm/api/http/response.go +++ b/swarm/api/http/response.go @@ -24,9 +24,9 @@ import ( "strings" "time" - "github.com/dexon-foundation/dexon/log" - "github.com/dexon-foundation/dexon/metrics" - "github.com/dexon-foundation/dexon/swarm/api" + "github.com/tangerine-network/go-tangerine/log" + "github.com/tangerine-network/go-tangerine/metrics" + "github.com/tangerine-network/go-tangerine/swarm/api" ) var ( |