Skip to content

Commit 32e208f

Browse files
committed
go mod tidy
1 parent 2d6e7fc commit 32e208f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

rollup/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ require (
5252
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
5353
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5454
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
55-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
5655
github.com/edsrzf/mmap-go v1.0.0 // indirect
5756
github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
5857
github.com/fjl/memsize v0.0.2 // indirect
@@ -111,7 +110,6 @@ require (
111110
github.com/russross/blackfriday/v2 v2.1.0 // indirect
112111
github.com/sagikazarmark/locafero v0.4.0 // indirect
113112
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
114-
github.com/scroll-tech/ecies-go/v2 v2.0.10-beta.1 // indirect
115113
github.com/scroll-tech/zktrie v0.8.4 // indirect
116114
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
117115
github.com/smartystreets/assertions v1.13.1 // indirect

rollup/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
9090
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9191
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea h1:j4317fAZh7X6GqbFowYdYdI0L9bwxL07jyPZIdepyZ0=
9292
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea/go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ=
93-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 h1:rpfIENRNNilwHwZeG5+P150SMrnNEcHYvcCuK6dPZSg=
94-
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
9593
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
9694
github.com/edsrzf/mmap-go v1.0.0 h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=
9795
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=

0 commit comments

Comments
 (0)