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: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
go.uber.org/mock v0.6.0
golang.org/x/crypto v0.49.0
golang.org/x/crypto v0.51.0
)

require (
Expand Down Expand Up @@ -52,9 +52,9 @@ require (
github.com/supranational/blst v0.3.16 // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/net v0.51.0 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
16 changes: 8 additions & 8 deletions go.sum

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

11 changes: 4 additions & 7 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
module tools

go 1.24.0

toolchain go1.24.1
go 1.25.0

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

require (
github.com/0xsequence/ethkit v1.38.5
github.com/0xsequence/ethkit v1.43.0
github.com/webrpc/webrpc v0.28.1
go.uber.org/mock v0.6.0
)

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.51.0 // indirect
golang.org/x/sys v0.45.0 // indirect
)
12 changes: 6 additions & 6 deletions tools/go.sum

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

Loading