1. 09 Jun, 2021 1 commit
  2. 14 Apr, 2021 2 commits
  3. 12 Apr, 2021 1 commit
  4. 30 Mar, 2021 1 commit
  5. 29 Mar, 2021 2 commits
  6. 25 Mar, 2021 1 commit
  7. 24 Mar, 2021 2 commits
  8. 23 Mar, 2021 3 commits
  9. 16 Mar, 2021 1 commit
  10. 04 Mar, 2021 1 commit
  11. 02 Mar, 2021 3 commits
  12. 01 Mar, 2021 4 commits
  13. 26 Feb, 2021 1 commit
  14. 25 Feb, 2021 3 commits
  15. 21 Feb, 2021 2 commits
  16. 19 Feb, 2021 1 commit
  17. 15 Feb, 2021 1 commit
  18. 12 Feb, 2021 1 commit
  19. 10 Feb, 2021 1 commit
  20. 09 Feb, 2021 1 commit
  21. 08 Feb, 2021 1 commit
    • Sebastiaan van Stijn's avatar
      go.mod: change imports to github.com/distribution/distribution/v3 · 1d338749
      Sebastiaan van Stijn authored
      
      Go 1.13 and up enforce import paths to be versioned if a project
      contains a go.mod and has released v2 or up.
      
      The current v2.x branches (and releases) do not yet have a go.mod,
      and therefore are still allowed to be imported with a non-versioned
      import path (go modules add a `+incompatible` annotation in that case).
      
      However, now that this project has a `go.mod` file, incompatible
      import paths will not be accepted by go modules, and attempting
      to use code from this repository will fail.
      
      This patch uses `v3` for the import-paths (not `v2`), because changing
      import paths itself is a breaking change, which means that  the
      next release should increment the "major" version to comply with
      SemVer (as go modules dictate).
      Signed-off-by: default avatarSebastiaan van Stijn <github@gone.nl>
      1d338749
  22. 06 Feb, 2021 6 commits