diff options
Diffstat (limited to 'swarm/storage/feed/id.go')
-rw-r--r-- | swarm/storage/feed/id.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/swarm/storage/feed/id.go b/swarm/storage/feed/id.go index 52bfe45a3..2bd885b64 100644 --- a/swarm/storage/feed/id.go +++ b/swarm/storage/feed/id.go @@ -21,10 +21,10 @@ import ( "hash" "strconv" - "github.com/dexon-foundation/dexon/common" - "github.com/dexon-foundation/dexon/swarm/storage/feed/lookup" + "github.com/tangerine-network/go-tangerine/common" + "github.com/tangerine-network/go-tangerine/swarm/storage/feed/lookup" - "github.com/dexon-foundation/dexon/swarm/storage" + "github.com/tangerine-network/go-tangerine/swarm/storage" ) // ID uniquely identifies an update on the network. |