Skip to content

Fix module name - #3

Open
codesoap wants to merge 1 commit into
jkl1337:masterfrom
codesoap:fix_gomod
Open

Fix module name#3
codesoap wants to merge 1 commit into
jkl1337:masterfrom
codesoap:fix_gomod

Conversation

@codesoap

Copy link
Copy Markdown

When merging the go.mod (and go.sum) file from @ezoic, the module had the path of the contributor instead of your repo. This made it impossible to use as a go module:

$ go mod tidy
go: finding module for package github.com/jkl1337/go-mediainfo
go: found github.com/jkl1337/go-mediainfo in github.com/jkl1337/go-mediainfo v0.0.0-20250119192919-f538c277bd43
go: foo imports
        github.com/jkl1337/go-mediainfo: github.com/jkl1337/go-mediainfo@v0.0.0-20250119192919-f538c277bd43: parsing go.mod:
        module declares its path as: github.com/ezoic/go-mediainfo
                but was required as: github.com/jkl1337/go-mediainfo

This merge request fixes the module path to match this repository.

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.

1 participant