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"
"io"
"net"
"net/netip"
"strconv"
"github.com/Dreamacro/clash/component/auth"