mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
Rename ark-sdk > ark/pkg/client-sdk (#236)
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
arksdk "github.com/ark-network/ark-sdk"
|
||||
inmemorystore "github.com/ark-network/ark-sdk/store/inmemory"
|
||||
arksdk "github.com/ark-network/ark/pkg/client-sdk"
|
||||
inmemorystore "github.com/ark-network/ark/pkg/client-sdk/store/inmemory"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user