distribution/vendor/github.com
Sebastiaan van Stijn 3dda067747
deprecate reference package, migrate to github.com/distribution/reference
This integrates the new module, which was extracted from this repository
at commit b9b19409cf458dcb9e1253ff44ba75bd0620faa6;

    # install filter-repo (https://github.com/newren/git-filter-repo/blob/main/INSTALL.md)
    brew install git-filter-repo

    # create a temporary clone of docker
    cd ~/Projects
    git clone https://github.com/distribution/distribution.git reference
    cd reference

    # commit taken from
    git rev-parse --verify HEAD
    b9b19409cf

    # remove all code, except for general files, 'reference/', and rename to /
    git filter-repo \
      --path .github/workflows/codeql-analysis.yml \
      --path .github/workflows/fossa.yml \
      --path .golangci.yml \
      --path distribution-logo.svg \
      --path CODE-OF-CONDUCT.md \
      --path CONTRIBUTING.md \
      --path GOVERNANCE.md \
      --path README.md \
      --path LICENSE \
      --path MAINTAINERS \
      --path-glob 'reference/*.*' \
      --path-rename reference/:

    # initialize go.mod
    go mod init github.com/distribution/reference
    go mod tidy -go=1.20

This commit is based on 152af63ec5 in the main branch,
but adjusted for the 2.8 branch, with some differences:

- the Sort functions have not been kept, as they were not part of the v2 package,
  and introduced in 1052518d9f
- the ParseAnyReferenceWithSet and ShortIdentifierRegexp were kept (but deprecated)
  as removing happened in 6d4f62d7fd, which is not
  in the 2.8 branch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-09-22 13:25:01 +02:00
..
aws/aws-sdk-go Fix vndr and check 2019-09-03 13:19:34 -07:00
Azure closes #2496 and #2552 2018-06-08 16:53:02 -07:00
beorn7/perks Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
bshuster-repo/logrus-logstash-hook moved Sirupsen to sirupsen on a case sensitive system 2017-06-23 20:28:48 +00:00
bugsnag Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
denverdino/aliyungo Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
dgrijalva/jwt-go [release/2.7] vendor: github.com/golang-jwt/jwt v3.2.1 2021-08-10 13:05:39 +02:00
distribution/reference deprecate reference package, migrate to github.com/distribution/reference 2023-09-22 13:25:01 +02:00
docker Remove goamz 2018-08-10 11:11:53 -07:00
garyburd/redigo Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
go-ini/ini Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
golang/protobuf Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
gorilla Remove gorilla/context from vendor.conf 2018-03-26 15:46:07 -07:00
inconshreveable/mousetrap Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
jmespath/go-jmespath Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
marstr/guid closes #2496 and #2552 2018-06-08 16:53:02 -07:00
matttproud/golang_protobuf_extensions Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
miekg/dns Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
mitchellh/mapstructure Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
ncw/swift update github.com/ncw/swift package in vendor to v1.0.40 2018-09-05 00:28:40 -07:00
opencontainers [release/2.7] vendor: github.com/opencontainers/image-spec v1.0.2 2021-11-17 22:31:14 +01:00
prometheus Add Prometheus Metrics 2018-02-09 14:27:51 -08:00
satori/go.uuid closes #2496 and #2552 2018-06-08 16:53:02 -07:00
Shopify/logrus-bugsnag add bugsnag logrus hook 2018-10-25 14:52:10 -07:00
sirupsen/logrus moved Sirupsen to sirupsen on a case sensitive system 2017-06-23 20:28:48 +00:00
spf13 Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
xenolf/lego Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00
yvasiyarov Update vendor directory to match expectation of vndr tool 2017-04-10 12:07:32 -07:00