Maint: only internal/netlink depends on github.com/vishvananda/netlink

This commit is contained in:
Quentin McGaw (desktop)
2021-08-23 21:12:28 +00:00
parent ee82a85543
commit b3d8b78205
19 changed files with 116 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import (
"fmt"
"net"
"github.com/vishvananda/netlink"
"github.com/qdm12/gluetun/internal/netlink"
)
type LocalNetwork struct {