OSDN Git Service

Merge pull request #466 from Bytom/update-mov
[bytom/vapor.git] / application / mov / mock / mock_mov_store.go
index fc5c6db..a28fdf5 100644 (file)
@@ -3,10 +3,10 @@ package mock
 import (
        "sort"
 
-       "github.com/vapor/application/mov/common"
-       "github.com/vapor/errors"
-       "github.com/vapor/protocol/bc"
-       "github.com/vapor/protocol/bc/types"
+       "github.com/bytom/vapor/application/mov/common"
+       "github.com/bytom/vapor/errors"
+       "github.com/bytom/vapor/protocol/bc"
+       "github.com/bytom/vapor/protocol/bc/types"
 )
 
 type MovStore struct {