-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
28 lines (25 loc) · 906 Bytes
/
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
module github.com/drand/drand-tools
go 1.22
require (
github.com/drand/drand v1.5.11
github.com/nikkolasg/hexjson v0.1.0
go.etcd.io/bbolt v1.3.10
)
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/ardanlabs/darwin/v2 v2.0.0 // indirect
github.com/drand/kyber v1.3.0 // indirect
github.com/drand/kyber-bls12381 v0.3.1 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/kilic/bls12-381 v0.1.0 // indirect
github.com/lib/pq v1.10.9 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)