Skip to content

release for the ginlog Go submodule #30

@bmeverett

Description

@bmeverett

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

  • The repository uses a multi-module layout. The root works fine, but attempting to fetch ginlog via:

    go get github.com/MadAppGang/httplog/v2/ginlog

    fails with:

    module github.com/MadAppGang/httplog/v2@upgrade found (v2.0.0), but does not contain package github.com/MadAppGang/httplog/v2/ginlog

Solution

  • Please create a release tag for the ginlog submodule: ginlog/v2.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions