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

modules: Support "hugo mod get -u ./..." #6828

Closed
bep opened this issue Jan 30, 2020 · 1 comment
Closed

modules: Support "hugo mod get -u ./..." #6828

bep opened this issue Jan 30, 2020 · 1 comment

Comments

@bep
Copy link
Member

bep commented Jan 30, 2020

A common use case would be to have one GitHub repo with multiple modules.

It may look like this:

├── LICENSE
├── README.md
├── alpinejs
│   ├── config.toml
│   ├── go.mod
│   ├── go.sum
│   ├── layouts
│   │   └── partials
│   │       └── jslibs
│   │           └── alpinejs
│   │               └── script-src.html
│   └── resources
│       └── _gen
│           ├── assets
│           └── images
├── alpinejs_turbolinks
│   ├── config.toml
│   ├── go.mod
│   └── layouts
│       └── partials
│           └── jslibs
│               └── alpinejs_turbolinks
│                   └── script-src.html
├── resources
│   └── _gen
│       ├── assets
│       └── images
└── turbolinks
    ├── config.toml
    ├── go.mod
    ├── go.sum
    ├── layouts
    │   └── partials
    │       └── jslibs
    │           └── turbolinks
    │               └── script-src.html

It would be great if I could do hugo mod get -u ./... and update all of them in one go.

@bep bep modified the milestones: v0.64, v0.65 Jan 30, 2020
@bep bep closed this as completed in 775c7c2 Feb 18, 2020
@github-actions
Copy link

github-actions bot commented Feb 7, 2022

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant