Commit c02e9e3c authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update mod name

parent b5be2b39
Pipeline #832 canceled with stages
......@@ -8,11 +8,11 @@ import (
"github.com/gin-gonic/gin"
apiTypes "github.com/exchain/orderbook/api/types"
"github.com/exchain/orderbook/engine"
"github.com/exchain/orderbook/orderbook"
"github.com/exchain/orderbook/types"
"github.com/exchain/orderbook/utils"
apiTypes "github.com/exchain/process/api/types"
"github.com/exchain/process/engine"
"github.com/exchain/process/orderbook"
"github.com/exchain/process/types"
"github.com/exchain/process/utils"
)
type OrderHandler struct {
......
package router
import (
"github.com/exchain/orderbook/api/handlers"
"github.com/exchain/process/api/handlers"
"github.com/gin-gonic/gin"
)
......
......@@ -3,9 +3,9 @@ package main
import (
"log"
"github.com/exchain/orderbook/api/handlers"
"github.com/exchain/orderbook/api/router"
"github.com/exchain/orderbook/engine"
"github.com/exchain/process/api/handlers"
"github.com/exchain/process/api/router"
"github.com/exchain/process/engine"
)
func main() {
......
......@@ -5,8 +5,8 @@ import (
"encoding/gob"
"sync"
"github.com/exchain/orderbook/leveldb"
"github.com/exchain/orderbook/types"
"github.com/exchain/process/leveldb"
"github.com/exchain/process/types"
"github.com/ethereum/go-ethereum/common"
"github.com/holiman/uint256"
......
......@@ -5,8 +5,8 @@ import (
"errors"
"fmt"
"github.com/exchain/orderbook/leveldb"
"github.com/exchain/orderbook/orderbook"
"github.com/exchain/process/leveldb"
"github.com/exchain/process/orderbook"
"github.com/ethereum/go-ethereum/common"
goleveldb "github.com/syndtr/goleveldb/leveldb"
......
package database
import (
"github.com/exchain/orderbook/leveldb"
"github.com/exchain/orderbook/orderbook"
"github.com/exchain/process/leveldb"
"github.com/exchain/process/orderbook"
)
type OrderObject struct {
......
......@@ -3,7 +3,7 @@ package engine
import (
"errors"
"github.com/exchain/orderbook/types"
"github.com/exchain/process/types"
"github.com/ethereum/go-ethereum/common"
"github.com/holiman/uint256"
......
......@@ -3,10 +3,10 @@ package engine
import (
"sync"
"github.com/exchain/orderbook/database"
"github.com/exchain/orderbook/leveldb"
"github.com/exchain/orderbook/orderbook"
"github.com/exchain/orderbook/types"
"github.com/exchain/process/database"
"github.com/exchain/process/leveldb"
"github.com/exchain/process/orderbook"
"github.com/exchain/process/types"
"github.com/exchain/go-exchain/exchain"
"github.com/exchain/go-exchain/exchain/chaindb"
......
......@@ -3,9 +3,9 @@ package engine
import (
"errors"
apiTypes "github.com/exchain/orderbook/api/types"
"github.com/exchain/orderbook/orderbook"
"github.com/exchain/orderbook/types"
apiTypes "github.com/exchain/process/api/types"
"github.com/exchain/process/orderbook"
"github.com/exchain/process/types"
"github.com/ethereum/go-ethereum/common"
"github.com/holiman/uint256"
......
......@@ -3,7 +3,7 @@ package engine
import (
"errors"
"github.com/exchain/orderbook/types"
"github.com/exchain/process/types"
"github.com/ethereum/go-ethereum/common"
nebulav1 "github.com/exchain/go-exchain/exchain/protocol/gen/go/nebula/v1"
......
module github.com/exchain/orderbook
module github.com/exchain/process
go 1.23.3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment