go.mod: upgrade github.com/huin/goupnp

This commit is contained in:
Igor Mandrigin 2021-03-09 12:37:27 +01:00
parent dc93ddac27
commit 2ea14f63cc
2 changed files with 1 additions and 20 deletions

View File

@ -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
View File

@ -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