Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove support for godep and dep #1541

Merged
merged 2 commits into from
May 24, 2023

Commits on May 22, 2023

  1. Remove support for godep and dep

    These 2 package managers were archived a while ago
    - godep: Feb 26, 2019 (more than 4 years ago)
    - dep: Sep 09, 2020 (almost 3 years ago)
    
    Since then, the community has largely adopted Go Module as the
    canonicaly package manager.
    
    Removing these old package managers to make it easier to maintain
    Gazelle in the long run.
    This also let use remove the dependency on pelletier/go-toml package.
    
    (1): https://github.com/golang/dep
    (2): https://github.com/tools/godep
    sluongng committed May 22, 2023
    Configuration menu
    Copy the full SHA
    98054bd View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    ff543eb View commit details
    Browse the repository at this point in the history