Commit aa3cc58a authored by vipwzw's avatar vipwzw

auto ci

parent cfbee546
......@@ -21,6 +21,7 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/holiman/uint256 v1.1.1
github.com/huin/goupnp v1.0.2
......
......@@ -10,7 +10,6 @@ import (
"encoding/binary"
"encoding/json"
"fmt"
"github.com/33cn/chain33/types"
"io"
"net"
"reflect"
......@@ -18,6 +17,8 @@ import (
"sync/atomic"
"time"
"github.com/33cn/chain33/types"
ttypes "github.com/33cn/plugin/plugin/consensus/qbft/types"
tmtypes "github.com/33cn/plugin/plugin/dapp/qbftNode/types"
"github.com/golang/protobuf/proto"
......
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