-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (26 loc) · 1.01 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
module github.com/vocdoni/z-ircuits
go 1.23.0
toolchain go1.23.2
require (
github.com/iden3/go-iden3-crypto v0.0.17
github.com/iden3/go-rapidsnark/prover v0.0.9
github.com/iden3/go-rapidsnark/types v0.0.2
github.com/iden3/go-rapidsnark/verifier v0.0.3
github.com/iden3/go-rapidsnark/witness v0.0.3
go.vocdoni.io/dvote v1.10.2-0.20241024102542-c1ce6d744bc5
)
require (
github.com/btcsuite/btcd/btcec/v2 v2.3.3 // indirect
github.com/dchest/blake512 v1.0.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/ethereum/go-ethereum v1.14.7 // indirect
github.com/glendc/go-external-ip v0.1.0 // indirect
github.com/holiman/uint256 v1.3.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/wasmerio/wasmer-go v1.0.4 // indirect
go.vocdoni.io/proto v1.15.10-0.20240903073233-86144b1e2165 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/sys v0.23.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
lukechampine.com/blake3 v1.3.0 // indirect
)