Merge pull request #131 from smlrepo/master

fix build breakage
This commit is contained in:
snail007
2018-09-06 16:09:18 +08:00
committed by GitHub

View File

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