fix build breakage

This commit is contained in:
Lonnie Liu
2018-09-06 00:31:02 -07:00
parent 6339e1ff53
commit c537240d3d

View File

@ -10,7 +10,7 @@ import (
"strings"
"time"
socks5c "github.com/snail007/goproxy/core/proxy/common/socks5"
socks5c "github.com/snail007/goproxy/core/lib/socks5"
)
type BasicAuther interface {