You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
325 B

  1. module go-circom-prover-verifier
  2. go 1.14
  3. replace github.com/iden3/go-circom-prover-verifier => ./
  4. require (
  5. github.com/ethereum/go-ethereum v1.9.12
  6. github.com/iden3/go-circom-prover-verifier v0.0.0-00010101000000-000000000000
  7. github.com/stretchr/testify v1.5.1
  8. golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
  9. )