mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-15 00:48:01 -05:00
Co-authored-by: colinlyguo <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
21 lines
591 B
Modula-2
21 lines
591 B
Modula-2
module scroll-tech/integration-test
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/scroll-tech/go-ethereum v1.10.14-0.20221221073256-5ca70bf3a257
|
|
github.com/stretchr/testify v1.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/ethereum/go-ethereum v1.10.26 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
golang.org/x/crypto v0.4.0 // indirect
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|