Skip to content

Commit ebf415b

Browse files
committed
go mod tidy
1 parent b6d3484 commit ebf415b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution/evm/test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/evstack/ev-node/execution/evm v0.0.0-00010101000000-000000000000
99
github.com/golang-jwt/jwt/v5 v5.3.0
1010
github.com/ipfs/go-datastore v0.9.0
11+
github.com/rs/zerolog v1.34.0
1112
github.com/stretchr/testify v1.11.1
1213
)
1314

@@ -150,7 +151,6 @@ require (
150151
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
151152
github.com/rivo/uniseg v0.2.0 // indirect
152153
github.com/rogpeppe/go-internal v1.14.1 // indirect
153-
github.com/rs/zerolog v1.34.0 // indirect
154154
github.com/sagikazarmark/locafero v0.11.0 // indirect
155155
github.com/sasha-s/go-deadlock v0.3.5 // indirect
156156
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect

0 commit comments

Comments
 (0)