docker-distribution/docs/spec
Sebastiaan van Stijn 1d33874951
go.mod: change imports to github.com/distribution/distribution/v3
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: Sebastiaan van Stijn <github@gone.nl>
2021-02-08 18:30:46 +01:00
..
auth go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
images Put back v2-registry-auth.png 2017-07-24 14:27:16 -07:00
api.md Fix typo for digest regexp 2021-02-05 14:52:27 -05:00
api.md.tmpl Fix typo for digest regexp 2021-02-05 14:52:27 -05:00
deprecated-schema-v1.md Adding deprecated schema instructions 2019-09-03 11:44:28 -07:00
implementations.md go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
index.md Fixed broken storage driver link 2018-01-25 14:54:50 -08:00
json.md Convert Markdown frontmatter to YAML 2016-10-14 15:59:19 -07:00
manifest-v2-1.md go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
manifest-v2-2.md Fix keyword format for downstream docs 2017-10-24 15:26:28 -07:00
menu.md Fix keyword format for downstream docs 2017-10-24 15:26:28 -07:00