File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/docker/docker v27.5.1+incompatible
17
17
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
18
18
github.com/ethereum-optimism/superchain-registry/validation v0.0.0-20250314162817-2c60e5723c64
19
- github.com/ethereum/go-ethereum v1.15.3
19
+ github.com/ethereum/go-ethereum v1.15.7
20
20
github.com/fatih/color v1.18.0
21
21
github.com/fsnotify/fsnotify v1.9.0
22
22
github.com/go-task/slim-sprig/v3 v3.0.0
Original file line number Diff line number Diff line change 1
1
[tools ]
2
2
3
3
# Core dependencies
4
- go = " 1.22.7 "
4
+ go = " 1.23.8 "
5
5
rust = " 1.83.0"
6
6
python = " 3.12.0"
7
7
uv = " 0.5.5"
@@ -15,10 +15,10 @@ just = "1.37.0"
15
15
"cargo:svm-rs" = " 0.5.8"
16
16
17
17
# Go dependencies
18
- "go:github.com/ethereum/go-ethereum/cmd/abigen" = " 1.10.25 "
19
- "go:gotest.tools/gotestsum" = " 1.12.0 "
20
- "go:github.com/vektra/mockery/v2" = " 2.46.0 "
21
- "go:github.com/golangci/golangci-lint/cmd/golangci-lint" = " 1.64.5 "
18
+ "go:github.com/ethereum/go-ethereum/cmd/abigen" = " 1.15.10 "
19
+ "go:gotest.tools/gotestsum" = " 1.12.1 "
20
+ "go:github.com/vektra/mockery/v2" = " 2.53.3 "
21
+ "go:github.com/golangci/golangci-lint/cmd/golangci-lint" = " 1.64.8 "
22
22
23
23
# Python dependencies
24
24
"pipx:slither-analyzer" = " 0.10.2"
You can’t perform that action at this time.
0 commit comments