forked from smartbch/egvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
44 lines (41 loc) · 1.69 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
module github.com/smartbch/egvm
go 1.18
require (
github.com/OneOfOne/xxhash v1.2.2
github.com/cespare/xxhash/v2 v2.2.0
github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7
github.com/dterei/gotsc v0.0.0-20160722215413-e78f872945c6
github.com/ecies/go/v2 v2.0.5
github.com/edgelesssys/ego v1.2.0
github.com/ethereum/go-ethereum v1.11.0
github.com/gcash/bchd v0.19.0
github.com/gcash/bchutil v0.0.0-20210113190856-6ea28dff4000
github.com/holiman/uint256 v1.2.2
github.com/klauspost/compress v1.16.3
github.com/klauspost/cpuid/v2 v2.2.4
github.com/stretchr/testify v1.8.2
github.com/tinylib/msgp v1.1.6
github.com/tyler-smith/go-bip32 v1.0.0
github.com/vechain/go-ecvrf v0.0.0-20220525125849-96fa0442e765
github.com/zeebo/xxh3 v1.0.2
golang.org/x/crypto v0.7.0
modernc.org/b/v2 v2.1.0
)
require (
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/siphash v1.2.3 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/zquestz/grab v0.0.0-20190224022517-abcee96e61b1 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)