Skip to content

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

@applyfly

Description

@applyfly

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions