go.mod : goupnp v1.0.0 upgrade (#20996)
... | ... | @@ -32,7 +32,7 @@ require ( |
github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989 | ||
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277 | ||
github.com/hashicorp/golang-lru v0.5.4 | ||
github.com/huin/goupnp v0.0.0-20161224104101-679507af18f3 | ||
github.com/huin/goupnp v1.0.0 | ||
github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883 | ||
github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458 | ||
github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21 | ||
... | ... | @@ -58,9 +58,9 @@ require ( |
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef | ||
github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 | ||
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4 | ||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect | ||
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect | ||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f | ||
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 | ||
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce | ||
... | ... |
Please register or sign in to comment