ceph-csi/e2e/vendor/github.com/distribution/reference
Niels de Vos f87d06ed85 build: move e2e dependencies into e2e/go.mod
Several packages are only used while running the e2e suite. These
packages are less important to update, as the they can not influence the
final executable that is part of the Ceph-CSI container-image.

By moving these dependencies out of the main Ceph-CSI go.mod, it is
easier to identify if a reported CVE affects Ceph-CSI, or only the
testing (like most of the Kubernetes CVEs).

Signed-off-by: Niels de Vos <ndevos@ibm.com>
2025-03-04 17:43:49 +01:00
..
.gitattributes build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
.gitignore build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
.golangci.yml build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
CODE-OF-CONDUCT.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
CONTRIBUTING.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
distribution-logo.svg build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
GOVERNANCE.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
helpers.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
LICENSE build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
MAINTAINERS build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
Makefile build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
normalize.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
README.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
reference.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
regexp.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
SECURITY.md build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00
sort.go build: move e2e dependencies into e2e/go.mod 2025-03-04 17:43:49 +01:00

Distribution reference

Go library to handle references to container images.

Build Status GoDoc License: Apache-2.0 codecov FOSSA Status

This repository contains a library for handling references to container images held in container registries. Please see godoc for details.

Contribution

Please see CONTRIBUTING.md for details on how to contribute issues, fixes, and patches to this project.

Communication

For async communication and long running discussions please use issues and pull requests on the github repo. This will be the best place to discuss design and implementation.

For sync communication we have a #distribution channel in the CNCF Slack that everyone is welcome to join and chat about development.

Licenses

The distribution codebase is released under the Apache 2.0 license.