Skip to content

Installing echo-contrib pulls in unused dependencies #143

@mojixcoder

Description

@mojixcoder

When installing echo-contrib, Go pulls in all dependencies used across this repository, even though many of them may not be used in a given project.

This makes dependency management heavier than necessary for users who only need a specific package. It would be helpful if each package under echo-contrib had its own go.mod file and could be installed independently, so only the required dependencies are fetched.

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