Skip to content

[Bug/Feature] Look into go mod tidy #29

Description

@atandrewlee

There are cases where there are "looped dependencies"

  • DepX -> DepY -> DepX -> ...

Potential Solution

  • look into go mod tidy which "go.mod file matches the source code in the module. It adds any missing module requirements necessary to build the current module’s packages and dependencies, and it removes requirements on modules that don’t provide any relevant packages. It also adds any missing entries to go.sum and removes unnecessary entries"

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