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

Commit

Permalink
Bump github.com/ethereum/go-ethereum from 1.10.15 to 1.12.1
Browse files Browse the repository at this point in the history
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.15 to 1.12.1.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.15...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 557f798 commit 6348fe5
Show file tree
Hide file tree
Showing 2 changed files with 610 additions and 78 deletions.
16 changes: 4 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,27 @@ module github.com/thirdweb-dev/go-sdk/v2
go 1.16

require (
github.com/ethereum/go-ethereum v1.10.15
github.com/spf13/cobra v1.4.0
github.com/ethereum/go-ethereum v1.12.1
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.11.0
)

require (
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/cbergoon/merkletree v0.2.0
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fxamacker/cbor v1.5.1
github.com/go-stack/stack v1.8.1 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.5.0 // indirect
github.com/imdario/mergo v0.3.13
github.com/mattn/go-runewidth v0.0.12 // indirect
github.com/miguelmota/go-solidity-sha3 v0.1.1
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/shopspring/decimal v1.3.1
github.com/spf13/cast v1.5.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/stretchr/testify v1.8.1
github.com/tklauser/numcpus v0.5.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20220516162934-403b01795ae8
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
golang.org/x/crypto v0.9.0
)
Loading

0 comments on commit 6348fe5

Please sign in to comment.