mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 20:11:21 +00:00
go.mod: upgrade github.com/huin/goupnp
This commit is contained in:
parent
dc93ddac27
commit
2ea14f63cc
19
diff.txt
19
diff.txt
@ -1237,22 +1237,3 @@ Date: Mon Jan 25 19:46:09 2021 +0800
|
||||
go.mod: upgrade github.com/huin/goupnp (#22227)
|
||||
|
||||
This updates the goupnp dependency, fixing huin/goupnp#33
|
||||
|
||||
commit c0862f4f4c21c0ff54636d5122f09f310133d504
|
||||
Author: rene <41963722+renaynay@users.noreply.github.com>
|
||||
Date: Mon Jan 25 11:31:18 2021 +0100
|
||||
|
||||
graphql: change receipt status to decimal instead of hex (#22187)
|
||||
|
||||
This PR fixes the receipt status field to be decimal instead of a hex string,
|
||||
as called for by the spec.
|
||||
|
||||
Co-authored-by: Martin Holst Swende <martin@swende.se>
|
||||
|
||||
commit 1770fe718af661334391766455c43157e378b9fa
|
||||
Author: Marius van der Wijden <m.vanderwijden@live.de>
|
||||
Date: Mon Jan 25 10:42:07 2021 +0100
|
||||
|
||||
go.mod: update dependencies (#22216)
|
||||
|
||||
This updates go module dependencies as discussed in #22050.
|
||||
|
2
go.mod
2
go.mod
@ -40,7 +40,7 @@ require (
|
||||
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
||||
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
|
||||
github.com/holiman/uint256 v1.1.1
|
||||
github.com/huin/goupnp v1.0.0
|
||||
github.com/huin/goupnp v1.0.1-0.20200620063722-49508fba0031
|
||||
github.com/influxdata/influxdb v1.8.2
|
||||
github.com/jackpal/go-nat-pmp v1.0.2
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user