Namespace correction

This commit is contained in:
Gregor Schulte
2025-02-24 15:54:31 +01:00
parent e28a5cc364
commit 3d3b6017b8
16 changed files with 27 additions and 27 deletions

View File

@@ -9,8 +9,8 @@ import (
"net/netip"
"testing"
"github.com/Lordy82/wireguard-go/conn"
"golang.org/x/sys/unix"
"golang.zx2c4.com/wireguard/conn"
"gvisor.dev/gvisor/pkg/tcpip"
"gvisor.dev/gvisor/pkg/tcpip/header"
)