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

There might be something not checked in #7972

Closed
richtera opened this issue Nov 20, 2020 · 2 comments
Closed

There might be something not checked in #7972

richtera opened this issue Nov 20, 2020 · 2 comments
Labels

Comments

@richtera
Copy link
Contributor

Trying to use master

Getting this when executing "go install"

go: finding module for package github.com/gohugoio/hugo/watcher
commands/hugo.go:57:2: no matching versions for query "latest"
@ardnew
Copy link

ardnew commented Nov 21, 2020

I just encountered the same issue and discovered watcher is indeed missing from branch master. The docs do not mention it, but you'll want to change to another branch which does have it included:

git checkout stable
go install

@bep bep closed this as completed in 20a3537 Nov 21, 2020
bep added a commit that referenced this issue Nov 21, 2020
satotake added a commit to satotake/hugo that referenced this issue Nov 24, 2020
docs: Regenerate docshelper

Revert "docs: Regenerate docshelper"

This reverts commit caf16c2.

Closes gohugoio#7972

watcher: Add file deleted by accident

See gohugoio#7972

resources: Preserve url set in frontmatter without sanitizing

related gohugoio#6007 (already closed)

Add menu params

Fixes gohugoio#7951

docs: Regen docshelper

build(deps): bump github.com/getkin/kin-openapi from 0.30.0 to 0.31.0

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.30.0 to 0.31.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.30.0...v0.31.0)

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link

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 Jan 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants