Skip to content

Commit 3b41bb8

Browse files
committed
go mod tidy
1 parent d915d3b commit 3b41bb8

File tree

2 files changed

+3
-5
lines changed
  • rollup/missing_header_fields/export-headers-toolkit

2 files changed

+3
-5
lines changed

rollup/missing_header_fields/export-headers-toolkit/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ module github.com/scroll-tech/go-ethereum/export-headers-toolkit
33
go 1.22
44

55
require (
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

1114
require (
@@ -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
)

rollup/missing_header_fields/export-headers-toolkit/go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
270270
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
271271
gorm.io/driver/postgres v1.5.7 h1:8ptbNJTDbEmhdr62uReG5BGkdQyeasu/FZHxI0IMGnM=
272272
gorm.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=
275273
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde h1:9DShaph9qhkIYw7QF91I/ynrr4cOO2PZra2PFD7Mfeg=
276274
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
277275
rsc.io/tmplfunc v0.0.3 h1:53XFQh69AfOa8Tw0Jm7t+GV7KZhOi6jzsCzTtKbMvzU=

0 commit comments

Comments
 (0)