1. 08 Oct, 2019 2 commits
  2. 07 Oct, 2019 3 commits
  3. 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.
  4. 16 Sep, 2019 2 commits
  5. 07 Sep, 2019 3 commits
  6. 06 Sep, 2019 1 commit
  7. 29 Aug, 2019 2 commits
  8. 28 Aug, 2019 2 commits
  9. 27 Aug, 2019 1 commit
  10. 21 Aug, 2019 1 commit
  11. 09 Aug, 2019 2 commits
  12. 16 Jul, 2019 1 commit
  13. 15 Jul, 2019 1 commit
  14. 12 Jul, 2019 3 commits
  15. 11 Jul, 2019 2 commits
  16. 08 Jul, 2019 2 commits
  17. 13 May, 2019 1 commit
  18. 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).
  19. 15 Apr, 2019 2 commits
  20. 11 Apr, 2019 6 commits
  21. 10 Apr, 2019 1 commit