mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
Co-authored-by: Steven Gu <steven.gu@crypto.com> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module scroll-tech/roller
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/ethereum/go-ethereum v1.10.13
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/scroll-tech/go-ethereum v1.10.14-0.20221012120556-b3a7c9b6917d
|
|
github.com/stretchr/testify v1.8.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.etcd.io/bbolt v1.3.6
|
|
)
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.20.1-beta // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/iden3/go-iden3-crypto v0.0.12 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rjeczalik/notify v0.9.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|