1. 31 Oct, 2019 2 commits
  2. 08 Oct, 2019 3 commits
  3. 07 Oct, 2019 3 commits
  4. 04 Oct, 2019 1 commit
    • update Go mod support · 194289aa
      Patrick Ohly authored
      It turned out that changes like
      https://github.com/kubernetes-csi/csi-lib-utils/pull/33 should better
      have been committed after `go mod tidy` because that adds some
      indirect dependencies in that example.
      
      The revised `test-vendor` checks for that and (just in case that this
      ever becomes desired) allows projects to not have a vendor directory
      when using `go mod`.
      
      How to use `go mod` properly gets documented in the README.md, because
      there are such pitfalls.
  5. 16 Sep, 2019 2 commits
  6. 07 Sep, 2019 3 commits
  7. 06 Sep, 2019 1 commit
  8. 29 Aug, 2019 2 commits
  9. 28 Aug, 2019 2 commits
  10. 27 Aug, 2019 1 commit
  11. 21 Aug, 2019 1 commit
  12. 09 Aug, 2019 2 commits
  13. 16 Jul, 2019 1 commit
  14. 15 Jul, 2019 1 commit
  15. 12 Jul, 2019 3 commits
  16. 11 Jul, 2019 2 commits
  17. 08 Jul, 2019 2 commits
  18. 13 May, 2019 1 commit
  19. 11 May, 2019 1 commit
    • build.make: allow repos to use 'go mod' for vendoring · 066143d1
      Patrick Ohly authored
      How a repo does vendoring is detected based on the presence of
      Gopkg.toml.
      
      The vendor check with `dep` was all done locally, but the
      corresponding check for `go mod` requires network access. The check
      therefore gets skipped when running in the Prow CI in situations where
      we are sure that it isn't needed (for example, in a periodic job).
  20. 15 Apr, 2019 2 commits
  21. 11 Apr, 2019 4 commits