-
- Downloads
ghost update
abi/reflect_test.go
0 → 100644
... | ... | @@ -4,24 +4,27 @@ go 1.18 |
require ( | ||
gfx.cafe/open/goutil v1.9.7 | ||
gfx.cafe/open/jrpc v0.0.30 | ||
gfx.cafe/util/go/generic v0.0.0-20220921131905-10a2bde53f66 | ||
gfx.cafe/open/jrpc v0.0.42 | ||
gfx.cafe/util/go/generic v0.0.0-20221003014715-6000e93338e0 | ||
github.com/ethereum/go-ethereum v1.10.25 | ||
github.com/holiman/uint256 v1.2.1 | ||
golang.org/x/crypto v0.0.0-20220924013350-4ba4fb4dd9e7 | ||
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a | ||
) | ||
require ( | ||
gfx.cafe/util/go/bufpool v0.0.0-20220921131905-10a2bde53f66 // indirect | ||
gfx.cafe/util/go/bufpool v0.0.0-20221003014715-6000e93338e0 // indirect | ||
git.tuxpa.in/a/zlog v1.32.0 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/deckarep/golang-set v1.8.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect | ||
github.com/gin-gonic/gin v1.7.7 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/go-stack/stack v1.8.1 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.15.10 // indirect | ||
github.com/klauspost/compress v1.15.11 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
... | ... | @@ -30,7 +33,10 @@ require ( |
github.com/tklauser/go-sysconf v0.3.10 // indirect | ||
github.com/tklauser/numcpus v0.5.0 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect | ||
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect | ||
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect | ||
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect | ||
nhooyr.io/websocket v1.8.7 // indirect | ||
) |
Please register or sign in to comment