Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Stop using vendoring to match team standards #242

Merged
merged 1 commit into from
May 24, 2023

Commits on May 24, 2023

  1. Stop using vendoring to match team standards

    Although the caching functionality of go vendoring is nice, it clutters the
    Git repo and makes changes hard to track. Additionally, `go mod verify`
    would need to be called in CI to ensure no local changes were made.
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed May 24, 2023
    Configuration menu
    Copy the full SHA
    3934ce9 View commit details
    Browse the repository at this point in the history