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

The sample project has a problem and is still not running #181

Open
helloshaohua opened this issue May 3, 2020 · 1 comment
Open

The sample project has a problem and is still not running #181

helloshaohua opened this issue May 3, 2020 · 1 comment

Comments

@helloshaohua
Copy link

helloshaohua commented May 3, 2020

@jinzhu

Install dependencies after the clone project using go mod, but why would it include an enterprise reference package!

Error is as follows:

➜  qor-example git:(master) ✗ go mod init
go: creating new go.mod: module qor-example
➜  qor-example git:(master) ✗ go mod tidy
go: finding github.com/qor/l10n latest
go: finding github.com/qor/admin latest
go: finding github.com/qor/session latest
go: finding github.com/qor/qor latest
go: finding github.com/qor/media latest
go: finding github.com/qor/widget latest
go: finding github.com/qor/i18n latest
go: finding github.com/qor/responder latest
go: finding github.com/qor/validations latest
go: finding github.com/qor/amazon-pay-sdk-go latest
go: finding github.com/qor/location latest
go: finding github.com/qor/wildcard_router latest
go: finding github.com/qor/banner_editor latest
go: finding github.com/qor/auth latest
go: finding github.com/qor/action_bar latest
go: finding github.com/qor/auth_themes latest
go: finding github.com/qor/activity latest
go: finding golang.org/x/crypto latest
go: finding github.com/qor/roles latest
go: finding github.com/qor/notification latest
go: finding github.com/qor/mailer latest
go: finding github.com/qor/exchange latest
go: finding github.com/qor/oss latest
go: finding github.com/qor/publish2 latest
go: finding github.com/qor/sorting latest
go: finding github.com/qor/worker latest
go: finding github.com/qor/assetfs latest
go: finding github.com/qor/gomerchant latest
go: finding github.com/qor/help latest
go: finding github.com/qor/redirect_back latest
go: finding github.com/qor/transition latest
go: finding github.com/qor/slug latest
go: finding github.com/qor/seo latest
go: finding github.com/qor/middlewares latest
go: finding github.com/qor/page_builder latest
go: finding github.com/azumads/faker latest
go: finding github.com/qor/audited latest
go: finding github.com/qor/serializable_meta latest
go: finding github.com/theplant/cldr latest
go: finding github.com/qor/publish latest
go: finding golang.org/x/oauth2 latest
go: finding github.com/Shaked/gomobiledetect latest
go: finding github.com/theplant/htmltestingutils latest
go: finding github.com/theplant/testingutils latest
go: finding github.com/asaskevich/govalidator latest
go: finding github.com/manveru/gobdd latest
go: finding github.com/jinzhu/copier latest
go: finding github.com/qor/cache latest
go: finding github.com/mrjones/oauth latest
go: finding github.com/headzoo/ut latest
go: finding github.com/yosssi/gohtml latest
qor-example/app/enterprise imports
        enterprise.getqor.com/microsite: cannot find module providing package enterprise.getqor.com/microsite
qor-example/app/enterprise imports
        enterprise.getqor.com/microsite/develop/aws_manager: cannot find module providing package enterprise.getqor.com/microsite/develop/aws_manager
qor-example/app/enterprise imports
        enterprise.getqor.com/promotion: cannot find module providing package enterprise.getqor.com/promotion
➜  qor-example git:(master) ✗ 

I don't think this sample project should contain a reference to the enterprise module, because it is a community example, and the problem is that it doesn't work now

@fulin87
Copy link

fulin87 commented Nov 22, 2022

I have the same issue .....

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

2 participants