aboutsummaryrefslogtreecommitdiffstats
path: root/p2p
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-17 20:10:11 +0800
committerFelix Lange <fjl@twurst.com>2015-02-17 20:10:11 +0800
commitf965f41b6e8d177f4f06a8421ee071350813a1ac (patch)
tree1ca45238447aecf08ae50f322a42526a1302e759 /p2p
parent119bea22aaf061d5b3e6a9abee9b1b95655b9fbe (diff)
downloadgo-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.gz
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.bz2
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.lz
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.xz
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.zst
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.zip
p2p/nat: switch to github.com/huin/goupnp
My temporary fix was merged upstream.
Diffstat (limited to 'p2p')
-rw-r--r--p2p/nat/natupnp.go6
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 {