File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ module github.com/scroll-tech/go-ethereum/export-headers-toolkit
33go 1.22
44
55require (
6+ github.com/scroll-tech/da-codec v0.0.0-20240605080813-32bfc9fccde7
67 github.com/scroll-tech/go-ethereum v1.10.14-0.20240624092647-7da0bd5480e9
78 github.com/spf13/cobra v1.9.1
89 github.com/stretchr/testify v1.10.0
10+ gorm.io/driver/postgres v1.5.7
11+ gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
912)
1013
1114require (
@@ -53,7 +56,6 @@ require (
5356 github.com/rivo/uniseg v0.4.4 // indirect
5457 github.com/rjeczalik/notify v0.9.1 // indirect
5558 github.com/rs/cors v1.7.0 // indirect
56- github.com/scroll-tech/da-codec v0.0.0-20240605080813-32bfc9fccde7 // indirect
5759 github.com/scroll-tech/zktrie v0.8.4 // indirect
5860 github.com/shirou/gopsutil v3.21.11+incompatible // indirect
5961 github.com/spf13/pflag v1.0.6 // indirect
@@ -72,7 +74,5 @@ require (
7274 gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
7375 gopkg.in/urfave/cli.v1 v1.20.0 // indirect
7476 gopkg.in/yaml.v3 v3.0.1 // indirect
75- gorm.io/driver/postgres v1.5.7 // indirect
76- gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde // indirect
7777 rsc.io/tmplfunc v0.0.3 // indirect
7878)
Original file line number Diff line number Diff line change @@ -270,8 +270,6 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
270270gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
271271gorm.io/driver/postgres v1.5.7 h1:8ptbNJTDbEmhdr62uReG5BGkdQyeasu/FZHxI0IMGnM =
272272gorm.io/driver/postgres v1.5.7 /go.mod h1:3e019WlBaYI5o5LIdNV+LyxCMNtLOQETBXL2h4chKpA =
273- gorm.io/gorm v1.25.5 h1:zR9lOiiYf09VNh5Q1gphfyia1JpiClIWG9hQaxB/mls =
274- gorm.io/gorm v1.25.5 /go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8 =
275273gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde h1:9DShaph9qhkIYw7QF91I/ynrr4cOO2PZra2PFD7Mfeg =
276274gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde /go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8 =
277275rsc.io/tmplfunc v0.0.3 h1:53XFQh69AfOa8Tw0Jm7t+GV7KZhOi6jzsCzTtKbMvzU =
You can’t perform that action at this time.
0 commit comments