Skip to content
Snippets Groups Projects
  1. Apr 13, 2022
  2. Mar 15, 2022
    • Sam Whited's avatar
      Remove vendor from git · 2d95d4d0
      Sam Whited authored
      
      Previously we saved the vendor tree in version control, making any
      commit that changed a dependency rather large.
      Go Modules gives us most of the advantages of vendoring except that if a
      dependency which is not stored on the proxy is deleted we would lose
      access to it.
      For now, we can remove the vendor tree and when we get CI working again
      we can possibly generate and save the vendor tree as a build artifact.
      
      Signed-off-by: default avatarSam Whited <sam@samwhited.com>
      Verified
      2d95d4d0
  3. Feb 02, 2022
  4. Dec 20, 2021
  5. Dec 16, 2021
  6. Dec 15, 2021
  7. Dec 14, 2021
  8. Dec 10, 2021
  9. Dec 09, 2021
  10. Dec 08, 2021
  11. Dec 06, 2021
  12. Dec 01, 2021
  13. Nov 30, 2021
  14. Nov 29, 2021
Loading