diff options
Diffstat (limited to 'cmd/swarm/manifest_test.go')
-rw-r--r-- | cmd/swarm/manifest_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/swarm/manifest_test.go b/cmd/swarm/manifest_test.go index 55a0e596d..00a152255 100644 --- a/cmd/swarm/manifest_test.go +++ b/cmd/swarm/manifest_test.go @@ -24,9 +24,9 @@ import ( "runtime" "testing" - "github.com/dexon-foundation/dexon/swarm/api" - swarm "github.com/dexon-foundation/dexon/swarm/api/client" - swarmhttp "github.com/dexon-foundation/dexon/swarm/api/http" + "github.com/tangerine-network/go-tangerine/swarm/api" + swarm "github.com/tangerine-network/go-tangerine/swarm/api/client" + swarmhttp "github.com/tangerine-network/go-tangerine/swarm/api/http" ) // TestManifestChange tests manifest add, update and remove |