Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/ethereum/go-ethereum from 1.10.14 to 1.12.1 #58

Open
wants to merge 1 commit into
base: v3
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
31 changes: 18 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,36 @@ module github.com/Iotic-Labs/iotics-identity-go/v3
go 1.20

require (
github.com/ethereum/go-ethereum v1.10.14
github.com/ethereum/go-ethereum v1.12.1
github.com/go-bdd/gobdd v1.1.3
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/jarcoal/httpmock v1.0.8
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_golang v1.14.0
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.1.0
golang.org/x/crypto v0.9.0
gotest.tools v2.2.0+incompatible
)

require (
github.com/beorn7/perks v1.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cucumber/gherkin-go/v13 v13.0.0 // indirect
github.com/cucumber/messages-go/v12 v12.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/holiman/uint256 v1.2.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
github.com/prometheus/common v0.6.0 // indirect
github.com/prometheus/procfs v0.0.2 // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/protobuf v1.23.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
golang.org/x/sys v0.9.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)
Loading