mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-02 13:53:13 +00:00
33 lines
1.2 KiB
Modula-2
Executable File
33 lines
1.2 KiB
Modula-2
Executable File
module github.com/codex-storage/proof-aggregation/gnark-wrapper
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/codex-storage/gnark-plonky2-verifier v0.0.0-20250527085145-0fde8cf39b5f
|
|
github.com/consensys/gnark v0.12.0
|
|
github.com/consensys/gnark-crypto v0.17.0
|
|
github.com/rs/zerolog v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.20.0 // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/consensys/bavard v0.1.29 // indirect
|
|
github.com/consensys/gnark-ignition-verifier v0.0.0-20230527014722-10693546ab33 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
|
|
github.com/ingonyama-zk/icicle/v3 v3.1.1-0.20241118092657-fccdb2f0921b // 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/x448/float16 v0.8.4 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
|
|
golang.org/x/sync v0.11.0 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|