-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
32 lines (30 loc) · 1.3 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
module github.com/aurora-is-near/evm-bully
go 1.15
require (
github.com/VictoriaMetrics/fastcache v1.8.0 // indirect
github.com/aurora-is-near/near-api-go v0.0.11
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/buger/jsonparser v1.1.1
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/edsrzf/mmap-go v1.1.0 // indirect
github.com/ethereum/go-ethereum v1.10.15
github.com/fjl/memsize v0.0.1 // indirect
github.com/frankbraun/codechain v1.2.0
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/hashicorp/go-bexpr v0.1.11 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/near/borsh-go v0.3.1
github.com/prometheus/tsdb v0.10.0 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)