-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (34 loc) · 1.61 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
33
34
35
36
37
38
module github.com/vocdoni/vocdoni-circuits-artifacts
go 1.23.3
replace github.com/consensys/gnark => github.com/lucasmenendez/gnark v0.5.2-0.20250108121459-dc185485fe9a
require (
github.com/consensys/gnark v0.11.1-0.20241210204654-a1e66c1d6b4d
github.com/consensys/gnark-crypto v0.14.1-0.20241217131346-b998989abdbe
github.com/manifoldco/promptui v0.9.0
github.com/vocdoni/vocdoni-z-sandbox v0.0.0-20250107095347-df6bcea57d95
)
require (
github.com/bits-and-blooms/bitset v1.14.3 // indirect
github.com/blang/semver/v4 v4.0.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/consensys/bavard v0.1.24 // indirect
github.com/ethereum/go-ethereum v1.14.12 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
github.com/ingonyama-zk/icicle v1.1.0 // indirect
github.com/ingonyama-zk/iciclegnark v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/ronanh/intcomp v1.1.0 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/vocdoni/circom2gnark v1.0.1-0.20241204100355-b93800bd88a4 // indirect
github.com/vocdoni/gnark-crypto-primitives v0.0.2-0.20241220102053-ba1eee831862 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)