aboutsummaryrefslogtreecommitdiffstats
path: root/natpmp.go
diff options
context:
space:
mode:
Diffstat (limited to 'natpmp.go')
-rw-r--r--natpmp.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/natpmp.go b/natpmp.go
index 9a1fb652b..badbaf9eb 100644
--- a/natpmp.go
+++ b/natpmp.go
@@ -1,9 +1,11 @@
package eth
import (
- natpmp "code.google.com/p/go-nat-pmp"
+ //natpmp "code.google.com/p/go-nat-pmp"
"fmt"
"net"
+
+ natpmp "github.com/jackpal/go-nat-pmp"
)
// Adapt the NAT-PMP protocol to the NAT interface