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 github.com/go-gorm/gorm diddnt work - how to install v2? #3310

Closed
Ghardo opened this issue Aug 25, 2020 · 5 comments
Closed
Labels

Comments

@Ghardo
Copy link

Ghardo commented Aug 25, 2020

Hi,
i cant install gorm v2 i got these

go get -u github.com/go-gorm/gorm
package gorm.io/gorm/clause: unrecognized import path "gorm.io/gorm/clause" (parse https://gorm.io/gorm/clause?go-get=1: no go-import meta tags ())
package gorm.io/gorm/logger: unrecognized import path "gorm.io/gorm/logger" (parse https://gorm.io/gorm/logger?go-get=1: no go-import meta tags ())
package gorm.io/gorm/schema: unrecognized import path "gorm.io/gorm/schema" (parse https://gorm.io/gorm/schema?go-get=1: no go-import meta tags ())
package gorm.io/gorm/utils: unrecognized import path "gorm.io/gorm/utils" (parse https://gorm.io/gorm/utils?go-get=1: no go-import meta tags ())```
@github-actions github-actions bot added the type:missing reproduction steps missing reproduction steps label Aug 25, 2020
@github-actions
Copy link

This issue has been automatically marked as stale as it missing playground pull request link, checkout https://github.com/go-gorm/playground for details, it will be closed in 2 days if no further activity occurs.

@vincegio
Copy link

You'd want to install gorm.io/gorm I suppose.

@github-actions
Copy link

This issue has been automatically marked as stale as it missing playground pull request link, checkout https://github.com/go-gorm/playground for details, it will be closed in 2 days if no further activity occurs.

@aveyuan
Copy link

aveyuan commented Aug 26, 2020

Try go get gorm.io/gorm,It is recommended to use gomod,Very convenient and simple

@github-actions
Copy link

This issue has been automatically marked as stale as it missing playground pull request link, checkout https://github.com/go-gorm/playground for details, it will be closed in 2 days if no further activity occurs.

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

No branches or pull requests

4 participants