mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
61 lines
2.5 KiB
Modula-2
61 lines
2.5 KiB
Modula-2
module scroll-tech/bridge
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/agiledragon/gomonkey/v2 v2.9.0
|
|
github.com/orcaman/concurrent-map v1.0.0
|
|
github.com/orcaman/concurrent-map/v2 v2.0.1
|
|
github.com/scroll-tech/go-ethereum v1.10.14-0.20230321020420-127af384ed04
|
|
github.com/smartystreets/goconvey v1.8.0
|
|
github.com/stretchr/testify v1.8.2
|
|
github.com/urfave/cli/v2 v2.17.2-0.20221006022127-8f469abc00aa
|
|
golang.org/x/sync v0.1.0
|
|
modernc.org/mathutil v1.4.1
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/deckarep/golang-set v1.8.0 // indirect
|
|
github.com/ethereum/go-ethereum v1.11.4 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/iden3/go-iden3-crypto v0.0.14 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/pgx/v5 v5.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
github.com/rivo/uniseg v0.4.4 // indirect
|
|
github.com/rjeczalik/notify v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/scroll-tech/zktrie v0.5.2 // indirect
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
|
github.com/smartystreets/assertions v1.13.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/sys v0.7.0 // indirect
|
|
golang.org/x/text v0.9.0 // indirect
|
|
golang.org/x/time v0.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
gorm.io/driver/postgres v1.5.0 // indirect
|
|
gorm.io/gorm v1.25.1 // indirect
|
|
)
|