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