2021-08-31 20:24:20 +00:00
|
|
|
module github.com/openrelayxyz/plugeth-utils
|
|
|
|
|
2023-01-25 21:11:59 +00:00
|
|
|
go 1.19
|
2021-08-31 20:24:20 +00:00
|
|
|
|
2021-09-14 16:53:41 +00:00
|
|
|
require (
|
2022-06-15 14:48:23 +00:00
|
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.0
|
2024-01-17 07:02:11 +00:00
|
|
|
github.com/consensys/gnark-crypto v0.12.1
|
|
|
|
github.com/crate-crypto/go-kzg-4844 v0.7.0
|
2021-09-16 20:52:50 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2024-01-17 07:02:11 +00:00
|
|
|
github.com/ethereum/c-kzg-4844/bindings/go v0.0.0-20230126171313-363c7d7593b4
|
2024-01-17 09:49:30 +00:00
|
|
|
github.com/google/gofuzz v1.2.0
|
|
|
|
github.com/holiman/uint256 v1.2.4
|
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267
|
2023-10-04 22:05:53 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2024-01-17 07:02:11 +00:00
|
|
|
github.com/openrelayxyz/cardinal-types v1.1.1
|
2024-01-17 09:49:30 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
|
|
|
golang.org/x/crypto v0.17.0
|
|
|
|
golang.org/x/sys v0.15.0
|
|
|
|
golang.org/x/tools v0.15.0
|
2022-08-01 20:09:43 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-01-17 09:49:30 +00:00
|
|
|
github.com/bits-and-blooms/bitset v1.10.0 // indirect
|
2024-01-17 07:02:11 +00:00
|
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
2022-08-01 20:09:43 +00:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
|
2024-01-17 07:02:11 +00:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
2022-08-01 20:09:43 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-01-17 09:49:30 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
|
|
github.com/supranational/blst v0.3.11 // indirect
|
|
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
|
|
golang.org/x/sync v0.5.0 // indirect
|
2022-08-25 19:53:10 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-01-17 07:02:11 +00:00
|
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
2021-09-14 16:53:41 +00:00
|
|
|
)
|