vendor: Revert to github.com/jackpal/gateway instead of fork

It now includes all the fixes

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3246
This commit is contained in:
Jakob Borg
2016-06-02 20:40:30 +00:00
committed by Audrius Butkevicius
parent 8709fec517
commit 6a67921e40
13 changed files with 221 additions and 163 deletions

View File

@@ -13,7 +13,7 @@ import (
"time"
"github.com/AudriusButkevicius/go-nat-pmp"
"github.com/calmh/gateway"
"github.com/jackpal/gateway"
"github.com/syncthing/syncthing/lib/nat"
)