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.11.5 to 1.12.1 #1

Open
wants to merge 1 commit into
base: main
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
17 changes: 7 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ module ckb-node-monitor
go 1.14

require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/aristanetworks/goarista v0.0.0-20230403151214-5db23fcc85cf // indirect
github.com/deckarep/golang-set/v2 v2.3.0 // indirect
github.com/elastic/gosigar v0.14.2 // indirect
github.com/ethereum/go-ethereum v1.11.5 // indirect
github.com/nervosnetwork/ckb-sdk-go v1.0.4
github.com/prometheus/client_golang v1.15.0
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
golang.org/x/crypto v0.8.0 // indirect
github.com/deckarep/golang-set/v2 v2.3.0 // indirect
github.com/ethereum/go-ethereum v1.12.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/nervosnetwork/ckb-sdk-go v1.0.4
github.com/prometheus/client_golang v1.15.0
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
)
Loading