Skip to content

Commit

Permalink
build(deps): bump github.com/ethereum/go-ethereum from 1.10.6 to 1.10.22
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.6 to 1.10.22.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.6...v1.10.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 14, 2023
1 parent c015cbc commit fa44c02
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 47 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,21 @@ module github.com/meshplus/goduck
go 1.14

require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/Rican7/retry v0.1.0
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/cheggaaa/pb v2.0.7+incompatible
github.com/cheynewallace/tabby v1.1.0
github.com/codeskyblue/go-sh v0.0.0-20200712050446-30169cf553fe
github.com/coreos/etcd v3.3.18+incompatible
github.com/docker/distribution v2.7.1+incompatible // indirect
github.com/docker/docker v1.4.2-0.20180625184442-8e610b2b55bf
github.com/docker/docker v23.0.1+incompatible
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/ethereum/go-ethereum v1.10.6
github.com/ethereum/go-ethereum v1.10.22
github.com/fatih/color v1.7.0
github.com/gobuffalo/packd v1.0.1
github.com/gobuffalo/packr/v2 v2.8.3
github.com/gorilla/mux v1.8.0 // indirect
github.com/hyperledger/fabric v2.0.1+incompatible
github.com/hyperledger/fabric-sdk-go v1.0.0-beta1
github.com/libp2p/go-libp2p-core v0.5.7-0.20200520175250-264788628f5a
Expand All @@ -29,22 +26,25 @@ require (
github.com/meshplus/go-libp2p-cert v0.0.0-20210125114242-7d9ed2eaaccd
github.com/meshplus/gosdk v0.1.0
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.7.2
github.com/ttacon/chalk v0.0.0-20160626202418-22c06c80ed31
github.com/urfave/cli/v2 v2.3.0
github.com/urfave/cli/v2 v2.10.2
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
gopkg.in/fatih/color.v1 v1.7.0 // indirect
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
gotest.tools/v3 v3.4.0 // indirect
)

replace github.com/go-kit/kit => github.com/go-kit/kit v0.8.0
Expand Down
Loading

0 comments on commit fa44c02

Please sign in to comment.