chore: bump wireguard-go version

This commit is contained in:
Shengjing Zhu
2022-03-19 21:08:28 +08:00
parent 65ea56b7ee
commit e0249d22ba
3 changed files with 14 additions and 30 deletions

View File

@@ -7,12 +7,12 @@ import (
"fmt"
"net"
"net/http"
"net/netip"
"os"
"strings"
"time"
"github.com/jessevdk/go-flags"
"golang.zx2c4.com/go118/netip"
"golang.zx2c4.com/wireguard/device"
"golang.zx2c4.com/wireguard/tun/netstack"