We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24732a9 commit 997c149Copy full SHA for 997c149
1 file changed
execution/evm/test/go.mod
@@ -8,6 +8,7 @@ require (
8
github.com/evstack/ev-node/execution/evm v0.0.0-00010101000000-000000000000
9
github.com/golang-jwt/jwt/v5 v5.3.1
10
github.com/ipfs/go-datastore v0.9.0
11
+ github.com/rs/zerolog v1.34.0
12
github.com/stretchr/testify v1.11.1
13
)
14
@@ -147,7 +148,6 @@ require (
147
148
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
149
github.com/rivo/uniseg v0.2.0 // indirect
150
github.com/rogpeppe/go-internal v1.14.1 // indirect
- github.com/rs/zerolog v1.34.0 // indirect
151
github.com/sagikazarmark/locafero v0.11.0 // indirect
152
github.com/sasha-s/go-deadlock v0.3.5 // indirect
153
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
0 commit comments