Open fanqinwen opened 10 months ago
可以通过设置 GOPROXY=https://proxy.golang.org 临时解决下
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
本地删除了缓存,执行go mod tidy时,报错缺少github.com/mitchellh/osext包,发现github作者已将此项目删除,请及时修复