-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 840 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/p2p-org/ether-bench
go 1.20
require (
github.com/INFURA/go-ethlibs v0.0.0-20230222175239-ea21e114f25c
github.com/jessevdk/go-flags v1.5.0
github.com/p2p-org/ethspam v1.0.0
github.com/tsenart/vegeta/v12 v12.8.4
)
require (
github.com/btcsuite/btcd v0.0.0-20190614013741-962a206e94e9 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/influxdata/tdigest v0.0.0-20180711151920-a7d76c6f093a // indirect
github.com/mailru/easyjson v0.7.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.2 // indirect
)