go-gorm / clickhouse

GORM clickhouse driver
MIT License
243 stars 71 forks source link

go get -u gorm.io/driver/clickhouse 报错缺少依赖包 github.com/mitchellh/osext #149

Open fanqinwen opened 7 months ago

fanqinwen commented 7 months ago

本地删除了缓存,执行go mod tidy时,报错缺少github.com/mitchellh/osext包,发现github作者已将此项目删除,请及时修复

dev4mobile commented 6 months ago

可以通过设置 GOPROXY=https://proxy.golang.org 临时解决下

webfrogs commented 6 months ago

You can add the line below in go.mod file to fix this issue temporarily before pr is merged.

replace gorm.io/driver/clickhouse v0.6.0 => github.com/webfrogs/clickhouse-go-gorm v0.0.0-20240222112550-a02dceed13be