diff --git a/diff.txt b/diff.txt index 9fe804185..5ea27d0d2 100644 --- a/diff.txt +++ b/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 - -commit 1770fe718af661334391766455c43157e378b9fa -Author: Marius van der Wijden -Date: Mon Jan 25 10:42:07 2021 +0100 - - go.mod: update dependencies (#22216) - - This updates go module dependencies as discussed in #22050. diff --git a/go.mod b/go.mod index 5088dc1bd..3717e8071 100644 --- a/go.mod +++ b/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