module github.com/elliottech/poseidon_crypto go 1.22 require ( github.com/consensys/gnark-crypto v0.12.2-0.20240215234832-d72fcb379d3e github.com/stretchr/testify v1.9.0 ) require ( github.com/bits-and-blooms/bitset v1.14.2 // indirect github.com/consensys/bavard v0.1.13 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/mmcloughlin/addchain v0.4.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/rogpeppe/go-internal v1.11.0 // indirect golang.org/x/sys v0.24.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect rsc.io/tmplfunc v0.0.3 // indirect )