henson / proxypool

Golang实现的IP代理池
Apache License 2.0
1.65k stars 341 forks source link

gomodule模式下报错 #50

Closed Felyne closed 5 years ago

Felyne commented 5 years ago

gomodule开启后 1.go mod init 2.go mod tidy 然后报错 github.com/go-xorm/core@v0.6.3: parsing go.mod: unexpected module path "xorm.io/core"

sndnvaps commented 5 years ago

https://github.com/henson/proxypool/pull/49/commits/5cab27dd0efae0f33ad120f32b0834fca8d28f4b 用这个commit,就可以解决你的问题了。。

Felyne commented 5 years ago

好了,谢谢

af913337456 commented 4 years ago

@sndnvaps @Felyne 怎样在 mod 文件指定 5cab27d ?

sndnvaps commented 4 years ago

@af913337456 抱歉了,我没有使用mod