Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fanqinwen opened this issue Jan 31, 2024 · 2 comments
Assignees

Comments

@fanqinwen
Copy link

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

@dev4mobile
Copy link

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

@webfrogs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants