1. 21 Feb, 2021 1 commit
  2. 19 Feb, 2021 1 commit
  3. 12 Feb, 2021 1 commit
  4. 10 Feb, 2021 1 commit
  5. 09 Feb, 2021 1 commit
  6. 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
  7. 06 Feb, 2021 8 commits
  8. 05 Feb, 2021 1 commit
  9. 03 Feb, 2021 7 commits
  10. 02 Feb, 2021 5 commits
  11. 01 Feb, 2021 3 commits
  12. 30 Jan, 2021 1 commit
  13. 29 Jan, 2021 6 commits
  14. 28 Jan, 2021 2 commits
  15. 27 Jan, 2021 1 commit