mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
update go version to 1.18
This commit is contained in:
parent
cafcdcd566
commit
e686381fa9
9 changed files with 41 additions and 66 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue