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.

15 lines
488 B

module cubic
go 1.19
require (
github.com/consensys/gnark v0.7.0 // indirect
github.com/consensys/gnark-crypto v0.7.0 // indirect
github.com/fxamacker/cbor/v2 v2.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/rs/zerolog v1.28.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)