update go version to 1.18

This commit is contained in:
octeep
2022-05-20 12:21:41 +01:00
parent afcb393464
commit 6e3c3a25f3
9 changed files with 41 additions and 66 deletions

View File

@@ -3,10 +3,10 @@ package wireproxy
import (
"fmt"
"golang.zx2c4.com/go118/netip"
"golang.zx2c4.com/wireguard/conn"
"golang.zx2c4.com/wireguard/device"
"golang.zx2c4.com/wireguard/tun/netstack"
"net/netip"
)
// DeviceSetting contains the parameters for setting up a tun interface