update go version to 1.18

This commit is contained in:
octeep 2022-05-20 12:21:41 +01:00 committed by octeep
parent cafcdcd566
commit e686381fa9
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