Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module tools

go 1.24.0

toolchain go1.24.1
go 1.25.0

// replace github.com/0xsequence/ethkit => ../../ethkit

Expand All @@ -15,6 +13,6 @@ require (
require (
github.com/holiman/uint256 v1.3.2 // indirect
github.com/stretchr/testify v1.11.1 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/sys v0.45.0 // indirect
)
8 changes: 4 additions & 4 deletions tools/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading