mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-08 22:31:04 +00:00
vendor: Update go-nat-pmp
This commit is contained in:
parent
d59fd9c22d
commit
adb7fb43cb
6
vendor/github.com/AudriusButkevicius/go-nat-pmp/natpmp_test.go
generated
vendored
6
vendor/github.com/AudriusButkevicius/go-nat-pmp/natpmp_test.go
generated
vendored
@ -1,11 +1,9 @@
|
||||
package natpmp
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
import "testing"
|
||||
|
||||
func TestNatPMP(t *testing.T) {
|
||||
client, err := NewClientForDefaultGateway()
|
||||
client, err := NewClientForDefaultGateway(0)
|
||||
if err != nil {
|
||||
t.Errorf("NewClientForDefaultGateway() = %v,%v", client, err)
|
||||
return
|
||||
|
2
vendor/manifest
vendored
2
vendor/manifest
vendored
@ -4,7 +4,7 @@
|
||||
{
|
||||
"importpath": "github.com/AudriusButkevicius/go-nat-pmp",
|
||||
"repository": "https://github.com/AudriusButkevicius/go-nat-pmp",
|
||||
"revision": "88a8019a0eff7e9db55f458230b867f0d7e5d48f",
|
||||
"revision": "e9d7ecafd6f4cd4f59fc45bb9a47466ce637d0fe",
|
||||
"branch": "master"
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user