Skip to content

Commit 04aaaf2

Browse files
committed
Go mod tidy only
1 parent 30444b1 commit 04aaaf2

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/evm/single/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ require (
277277
github.com/spf13/cast v1.10.0 // indirect
278278
github.com/spf13/pflag v1.0.10 // indirect
279279
github.com/spf13/viper v1.21.0 // indirect
280+
github.com/stretchr/objx v0.5.2 // indirect
280281
github.com/stretchr/testify v1.11.1 // indirect
281282
github.com/subosito/gotenv v1.6.0 // indirect
282283
github.com/supranational/blst v0.3.14 // indirect

apps/grpc/single/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ require (
130130
github.com/spf13/cast v1.10.0 // indirect
131131
github.com/spf13/pflag v1.0.10 // indirect
132132
github.com/spf13/viper v1.21.0 // indirect
133+
github.com/stretchr/objx v0.5.2 // indirect
133134
github.com/stretchr/testify v1.11.1 // indirect
134135
github.com/subosito/gotenv v1.6.0 // indirect
135136
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect

apps/testapp/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ require (
139139
github.com/spf13/cast v1.10.0 // indirect
140140
github.com/spf13/pflag v1.0.10 // indirect
141141
github.com/spf13/viper v1.21.0 // indirect
142+
github.com/stretchr/objx v0.5.2 // indirect
142143
github.com/subosito/gotenv v1.6.0 // indirect
143144
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 // indirect
144145
github.com/wlynxg/anet v0.0.5 // indirect

0 commit comments

Comments
 (0)