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

Fix module name to match major version v3. Simplify makefile. #213

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

istvan-andrasi
Copy link
Contributor

The go install method does not work because the module path was not updated with major versions:

> go install github.com/marcopeocchi/yt-dlp-web-ui/[email protected]
go: github.com/marcopeocchi/yt-dlp-web-ui/[email protected]: github.com/marcopeocchi/[email protected]: invalid version: module contains a go.mod file, so module path must match major version ("github.com/marcopeocchi/yt-dlp-web-ui/v3")

I fixed it.

@marcopeocchi marcopeocchi merged commit 846fb29 into marcopeocchi:master Nov 10, 2024
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

Successfully merging this pull request may close these issues.

2 participants