forked from bloXroute-Labs/bdn-benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 662 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module performance
go 1.18
require (
github.com/ethereum/go-ethereum v1.10.18
github.com/gorilla/websocket v1.5.0
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.6.0
go.uber.org/zap v1.9.1
)
require (
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
)