Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

⬆️ Bump github.com/ethereum/go-ethereum from 1.8.17 to 1.9.25 in /validateur_api #6

Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 3 additions & 16 deletions validateur_api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/cespare/cp v1.0.0 // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
github.com/ethereum/go-ethereum v1.8.17
github.com/ethereum/go-ethereum v1.9.25
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
github.com/go-openapi/errors v0.17.0
github.com/go-openapi/loads v0.17.2
Expand All @@ -16,22 +16,9 @@ require (
github.com/go-openapi/strfmt v0.17.0
github.com/go-openapi/swag v0.17.0
github.com/go-openapi/validate v0.17.2
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/huin/goupnp v1.0.0 // indirect
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/karalabe/hid v0.0.0-20180420081245-2b4488a37358 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/rs/cors v1.6.0 // indirect
github.com/syndtr/goleveldb v0.0.0-20181012014443-6b91fda63f2e // indirect
github.com/tylerb/graceful v1.2.15
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200822124328-c89045814202
)
260 changes: 223 additions & 37 deletions validateur_api/go.sum

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions validateur_api/vendor/github.com/StackExchange/wmi/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions validateur_api/vendor/github.com/StackExchange/wmi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

260 changes: 260 additions & 0 deletions validateur_api/vendor/github.com/StackExchange/wmi/swbemservices.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading