distribution/vendor/github.com
Sebastiaan van Stijn 152af63ec5
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

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-08-31 15:47:06 +02:00
..
AdaLogics/go-fuzz-headers Fuzzing: Move over two fuzzers from cncf-fuzzing 2023-05-02 23:03:57 +02:00
aws/aws-sdk-go fix(deps): update module github.com/aws/aws-sdk-go to v1.44.325 2023-08-17 12:02:28 +02:00
Azure/azure-sdk-for-go/sdk bump azure sdk 2023-05-22 09:05:35 +02:00
AzureAD/microsoft-authentication-library-for-go bump azure sdk 2023-05-22 09:05:35 +02:00
beorn7/perks vendor: update docker/go-metrics v0.0.1 2020-03-02 20:14:15 +01:00
bshuster-repo/logrus-logstash-hook Bump Logstash hook for logrus to v1.0.0. 2021-02-11 21:51:13 -08:00
cespare/xxhash/v2 vendor: update gcs driver dependencies files 2023-05-31 09:28:43 +02:00
cyphar/filepath-securejoin Fuzzing: Move over two fuzzers from cncf-fuzzing 2023-05-02 23:03:57 +02:00
dgryski/go-rendezvous Replace redigo with redis-go 2023-08-26 07:44:02 +01:00
distribution/reference deprecate reference package, migrate to github.com/distribution/reference 2023-08-31 15:47:06 +02:00
docker update to go 1.18 (continue testing against 1.17) 2022-05-05 10:36:28 +02:00
felixge/httpsnoop update to go 1.18 (continue testing against 1.17) 2022-05-05 10:36:28 +02:00
go-logr Replace redigo with redis-go 2023-08-26 07:44:02 +01:00
golang vendor: update gcs driver dependencies files 2023-05-31 09:28:43 +02:00
golang-jwt/jwt/v4 bump azure sdk 2023-05-22 09:05:35 +02:00
google vendor: update gcs driver dependencies files 2023-05-31 09:28:43 +02:00
googleapis vendor: update gcs driver dependencies files 2023-05-31 09:28:43 +02:00
gorilla update to go 1.18 (continue testing against 1.17) 2022-05-05 10:36:28 +02:00
hashicorp/golang-lru update golang-lru to v2 2023-08-17 13:41:54 +02:00
inconshreveable/mousetrap go.mod: github.com/spf13/cobra v1.6.1 2022-11-02 19:48:45 +01:00
jmespath/go-jmespath update to go 1.18 (continue testing against 1.17) 2022-05-05 10:36:28 +02:00
klauspost/compress Support ztsd compression as Content-Encoding 2023-06-01 14:06:25 +01:00
kr Fuzzing: Move over two fuzzers from cncf-fuzzing 2023-05-02 23:03:57 +02:00
kylelemons/godebug Update Azure SDK and support additional authentication schemes 2023-04-25 17:23:20 +00:00
matttproud/golang_protobuf_extensions migrate to go modules from vndr 2019-06-19 12:24:07 -07:00
mitchellh/mapstructure update to go 1.18 (continue testing against 1.17) 2022-05-05 10:36:28 +02:00
opencontainers digestset: deprecate package in favor of go-digest/digestset 2022-11-08 23:17:10 +01:00
pkg/browser bump azure sdk 2023-05-22 09:05:35 +02:00
prometheus vendor: github.com/prometheus/client_golang v1.12.1 2022-05-05 18:43:00 +02:00
redis/go-redis Replace redigo with redis-go 2023-08-26 07:44:02 +01:00
sirupsen/logrus update to go 1.18 (continue testing against 1.17) 2022-05-05 10:36:28 +02:00
spf13 go.mod: github.com/spf13/cobra v1.6.1 2022-11-02 19:48:45 +01:00