-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 874 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/saveio/porter
go 1.16
require (
github.com/ethereum/go-ethereum v1.10.4
github.com/golang/protobuf v1.5.2
github.com/klauspost/reedsolomon v1.9.12 // indirect
github.com/lucas-clemente/quic-go v0.22.0
github.com/mattn/go-sqlite3 v1.14.7
github.com/pkg/errors v0.9.1
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
github.com/saveio/themis v1.0.139
github.com/shirou/gopsutil v3.21.6+incompatible
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.2.0 // indirect
github.com/vrischmann/go-metrics-influxdb v0.1.1
github.com/xtaci/kcp-go v5.4.20+incompatible
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
)