@@ -21,20 +21,20 @@ import (
2121 "sync"
2222 "time"
2323
24+ "github.com/CovenantSQL/CovenantSQL/consistent"
25+ "github.com/CovenantSQL/CovenantSQL/crypto/asymmetric"
26+ "github.com/CovenantSQL/CovenantSQL/crypto/hash"
27+ "github.com/CovenantSQL/CovenantSQL/crypto/kms"
28+ "github.com/CovenantSQL/CovenantSQL/kayak"
29+ "github.com/CovenantSQL/CovenantSQL/metric"
30+ "github.com/CovenantSQL/CovenantSQL/pow/cpuminer"
31+ "github.com/CovenantSQL/CovenantSQL/proto"
32+ "github.com/CovenantSQL/CovenantSQL/route"
33+ "github.com/CovenantSQL/CovenantSQL/rpc"
34+ ct "github.com/CovenantSQL/CovenantSQL/sqlchain/types"
35+ "github.com/CovenantSQL/CovenantSQL/utils/log"
36+ wt "github.com/CovenantSQL/CovenantSQL/worker/types"
2437 dto "github.com/prometheus/client_model/go"
25- "gitlab.com/thunderdb/ThunderDB/consistent"
26- "gitlab.com/thunderdb/ThunderDB/crypto/asymmetric"
27- "gitlab.com/thunderdb/ThunderDB/crypto/hash"
28- "gitlab.com/thunderdb/ThunderDB/crypto/kms"
29- "gitlab.com/thunderdb/ThunderDB/kayak"
30- "gitlab.com/thunderdb/ThunderDB/metric"
31- "gitlab.com/thunderdb/ThunderDB/pow/cpuminer"
32- "gitlab.com/thunderdb/ThunderDB/proto"
33- "gitlab.com/thunderdb/ThunderDB/route"
34- "gitlab.com/thunderdb/ThunderDB/rpc"
35- ct "gitlab.com/thunderdb/ThunderDB/sqlchain/types"
36- "gitlab.com/thunderdb/ThunderDB/utils/log"
37- wt "gitlab.com/thunderdb/ThunderDB/worker/types"
3838)
3939
4040const (
0 commit comments