-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathgo.mod
54 lines (51 loc) · 2.43 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/smartbch/moeingevm
go 1.18
require (
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/btcsuite/btcd v0.22.0-beta
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/ethereum/go-ethereum v1.10.7
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/holiman/uint256 v1.2.0
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/seehuhn/mt19937 v1.0.0
github.com/smartbch/moeingads v0.4.0
github.com/smartbch/moeingdb v0.4.3-0.20220707033559-f42f80b05385
github.com/stretchr/testify v1.7.0
github.com/tendermint/tendermint v0.34.10
github.com/tinylib/msgp v1.1.6
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/vechain/go-ecvrf v0.0.0-20200326080414-5b7e9ee61906
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
)
require (
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dterei/gotsc v0.0.0-20160722215413-e78f872945c6 // indirect
github.com/edsrzf/mmap-go v1.0.0 // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.3 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
github.com/klauspost/cpuid/v2 v2.0.8 // indirect
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/mmcloughlin/meow v0.0.0-20200201185800-3501c7c05d21 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)