Merge branch 'v1.0.2_qc_lxf' into 'v1.0.2_qc' (merge request !5)
chore: update net-common gomod and gosum chore: update net-common gomod and gosum
Showing
... | ... | @@ -4,7 +4,7 @@ go 1.15 |
require ( | ||
chainmaker.org/chainmaker/common/v2 v2.2.0 | ||
chainmaker.org/chainmaker/net-common v1.1.1-0.20220406070416-647f0fe32eba | ||
chainmaker.org/chainmaker/net-common v1.1.1 | ||
chainmaker.org/chainmaker/protocol/v2 v2.2.0 | ||
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 | ||
github.com/gogo/protobuf v1.3.2 | ||
... | ... | @@ -14,7 +14,7 @@ require ( |
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/tjfoc/gmsm v1.4.1 | ||
github.com/xiaotianfork/q-tls-common v0.1.3 | ||
github.com/xiaotianfork/quic-go v0.26.0-alpha.0.20220406065717-33f611980cb8 | ||
github.com/xiaotianfork/q-tls-common v0.1.4 | ||
github.com/xiaotianfork/quic-go v0.26.0 | ||
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf | ||
) |
Please register or sign in to comment