mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-09 14:08:03 -05:00
Co-authored-by: Péter Garamvölgyi <peter@scroll.io> Co-authored-by: georgehao <haohongfan@gmail.com> Co-authored-by: Zhang Zhuo <mycinbrin@gmail.com> Co-authored-by: colinlyguo <colinlyguo@users.noreply.github.com>
46 lines
1.9 KiB
Modula-2
46 lines
1.9 KiB
Modula-2
module scroll-tech/integration-test
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/scroll-tech/da-codec v0.0.0-20240429123441-4aaf9d35e570
|
|
github.com/scroll-tech/go-ethereum v1.10.14-0.20240426041101-a860446ebaea
|
|
github.com/stretchr/testify v1.9.0
|
|
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
|
|
)
|
|
|
|
require (
|
|
github.com/bits-and-blooms/bitset v1.12.0 // indirect
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/consensys/bavard v0.1.13 // indirect
|
|
github.com/consensys/gnark-crypto v0.12.1 // indirect
|
|
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/deckarep/golang-set v1.8.0 // indirect
|
|
github.com/ethereum/c-kzg-4844/bindings/go v0.0.0-20230126171313-363c7d7593b4 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/holiman/uint256 v1.2.4 // indirect
|
|
github.com/iden3/go-iden3-crypto v0.0.15 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mmcloughlin/addchain v0.4.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rjeczalik/notify v0.9.1 // indirect
|
|
github.com/scroll-tech/zktrie v0.8.2 // indirect
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
|
github.com/supranational/blst v0.3.11 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
golang.org/x/crypto v0.19.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
rsc.io/tmplfunc v0.0.3 // indirect
|
|
)
|