build, pmp: Replace fork with upstream for go-nat-pmp and tidy go.mod (#6247)

This commit is contained in:
Simon Frei
2020-01-03 12:39:59 +01:00
committed by Jakob Borg
parent 1e69c31d87
commit 7a8e73d599
3 changed files with 5 additions and 32 deletions

2
go.mod
View File

@@ -1,7 +1,6 @@
module github.com/syncthing/syncthing
require (
github.com/AudriusButkevicius/go-nat-pmp v0.0.0-20160522074932-452c97607362
github.com/AudriusButkevicius/pfilter v0.0.0-20190627213056-c55ef6137fc6
github.com/AudriusButkevicius/recli v0.0.5
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
@@ -19,6 +18,7 @@ require (
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6
github.com/golang/mock v1.3.1 // indirect
github.com/jackpal/gateway v1.0.5
github.com/jackpal/go-nat-pmp v1.0.2
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/kr/pretty v0.1.0 // indirect
github.com/lib/pq v1.2.0