forked from celer-network/zk-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
24 lines (21 loc) · 808 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
module github.com/Electron-Labs/zk-benchmark
go 1.18
require (
github.com/consensys/gnark v0.7.2-0.20230207012254-4e854d545135
github.com/consensys/gnark-crypto v0.9.1
)
require (
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/rs/zerolog v1.29.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.5.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)