Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Bump github.com/ethereum/go-ethereum from 1.10.22 to 1.13.15 in /ethsign #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
26 changes: 18 additions & 8 deletions ethsign/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,31 @@ module github.com/dapphub/ethsign
go 1.18

require (
github.com/ethereum/go-ethereum v1.10.22
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88
github.com/ethereum/go-ethereum v1.13.15
golang.org/x/crypto v0.17.0
gopkg.in/urfave/cli.v1 v1.20.0
)

require (
github.com/bits-and-blooms/bitset v1.10.0 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/deckarep/golang-set v1.8.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/karalabe/usb v0.0.2 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
github.com/mmcloughlin/addchain v0.4.0 // indirect
github.com/supranational/blst v0.3.11 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/term v0.15.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)
Loading
Loading