mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
* refactor * refactor * Refactor * Refactor * refactor: add sh script * refactor * refactor * refactor: fix path
21 lines
510 B
Modula-2
21 lines
510 B
Modula-2
module github.com/ingonyama-zk/icicle
|
|
|
|
go 1.20
|
|
|
|
require github.com/consensys/gnark-crypto v0.11.0
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.5.0 // indirect
|
|
github.com/consensys/bavard v0.1.13
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/stretchr/testify v1.8.3
|
|
golang.org/x/sys v0.2.0 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|