Fix: missing import

This commit is contained in:
gVisor bot 2022-06-12 21:22:02 +08:00
parent 0d18fcef82
commit 9bd57b99cc

View file

@ -6,6 +6,7 @@ import (
"errors" "errors"
"io" "io"
"net" "net"
"net/netip"
"strconv" "strconv"
"github.com/Dreamacro/clash/component/auth" "github.com/Dreamacro/clash/component/auth"