Skip to content
Snippets Groups Projects
  1. Jun 26, 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>
      2d95d4d0
  3. Nov 29, 2021
  4. Apr 14, 2021
  5. Aug 07, 2019
  6. Jan 24, 2019
  7. Jan 17, 2019
  8. Nov 29, 2018
  9. Nov 23, 2018
  10. Nov 14, 2018
  11. Oct 25, 2018
  12. Oct 10, 2018
  13. Sep 26, 2018
Loading