feat(*): move did out of ent
This commit is contained in:
parent
c6f4ede2d1
commit
6734db3476
|
@ -3,8 +3,6 @@
|
|||
package imports
|
||||
|
||||
import (
|
||||
_ "github.com/bitxhub/did-method-registry"
|
||||
_ "github.com/bitxhub/did-method-registry/register"
|
||||
_ "github.com/bitxhub/parallel-executor"
|
||||
_ "github.com/bitxhub/service-mng"
|
||||
)
|
||||
|
|
|
@ -1 +1,6 @@
|
|||
package imports
|
||||
|
||||
import (
|
||||
_ "github.com/meshplus/did-registry"
|
||||
_ "github.com/meshplus/did-registry/register"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue