Rename module

This commit is contained in:
世界 2025-09-15 18:12:36 +08:00
parent dfa4a8968f
commit 558e1e0493
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
18 changed files with 26 additions and 26 deletions

View file

@ -9,7 +9,7 @@ import (
"net"
"os"
"github.com/tailscale/wireguard-go/rwcancel"
"github.com/sagernet/wireguard-go/rwcancel"
"golang.org/x/sys/unix"
)

View file

@ -8,7 +8,7 @@ package ipc
import (
"net"
"github.com/tailscale/wireguard-go/ipc/namedpipe"
"github.com/sagernet/wireguard-go/ipc/namedpipe"
"golang.org/x/sys/windows"
)