diff options
author | Felix Lange <fjl@twurst.com> | 2015-02-17 20:10:11 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-02-17 20:10:11 +0800 |
commit | f965f41b6e8d177f4f06a8421ee071350813a1ac (patch) | |
tree | 1ca45238447aecf08ae50f322a42526a1302e759 /p2p/nat | |
parent | 119bea22aaf061d5b3e6a9abee9b1b95655b9fbe (diff) | |
download | dexon-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.gz dexon-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.zst dexon-f965f41b6e8d177f4f06a8421ee071350813a1ac.zip |
p2p/nat: switch to github.com/huin/goupnp
My temporary fix was merged upstream.
Diffstat (limited to 'p2p/nat')
-rw-r--r-- | p2p/nat/natupnp.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/p2p/nat/natupnp.go b/p2p/nat/natupnp.go index 25cbc0d71..ef7765e8d 100644 --- a/p2p/nat/natupnp.go +++ b/p2p/nat/natupnp.go @@ -7,9 +7,9 @@ import ( "strings" "time" - "github.com/fjl/goupnp" - "github.com/fjl/goupnp/dcps/internetgateway1" - "github.com/fjl/goupnp/dcps/internetgateway2" + "github.com/huin/goupnp" + "github.com/huin/goupnp/dcps/internetgateway1" + "github.com/huin/goupnp/dcps/internetgateway2" ) type upnp struct { |