Summary
The ginlog package is present in the repository with its own go.mod (module path: github.com/MadAppGang/httplog/v2/ginlog), but it cannot be fetched using go get because no semver tag exists for the ginlog submodule. The root v2.0.0 tag only publishes github.com/MadAppGang/httplog/v2
Details
Solution
- Please create a release tag for the
ginlog submodule: ginlog/v2.0.0
Summary
The
ginlogpackage is present in the repository with its owngo.mod(module path:github.com/MadAppGang/httplog/v2/ginlog), but it cannot be fetched usinggo getbecause no semver tag exists for theginlogsubmodule. The rootv2.0.0tag only publishesgithub.com/MadAppGang/httplog/v2Details
The repository uses a multi-module layout. The root works fine, but attempting to fetch
ginlogvia:fails with:
Solution
ginlogsubmodule:ginlog/v2.0.0