mirror of
https://github.com/openshift/image-registry.git
synced 2026-02-05 09:45:55 +01:00
113 lines
5.1 KiB
Modula-2
113 lines
5.1 KiB
Modula-2
module github.com/openshift/image-registry
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bshuster-repo/logrus-logstash-hook v0.4.1
|
|
github.com/docker/distribution v2.8.1+incompatible
|
|
github.com/docker/docker v20.10.21+incompatible
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.2
|
|
github.com/openshift/api v0.0.0-20230120195050-6ba31fa438f2
|
|
github.com/openshift/client-go v0.0.0-20230120202327-72f107311084
|
|
github.com/openshift/library-go v0.0.0-20230120214501-9bc305884fcb
|
|
github.com/pborman/uuid v1.2.1
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
golang.org/x/crypto v0.3.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
k8s.io/api v0.26.1
|
|
k8s.io/apimachinery v0.26.1
|
|
k8s.io/client-go v0.26.1
|
|
k8s.io/component-base v0.26.1
|
|
k8s.io/klog/v2 v2.90.0
|
|
k8s.io/utils v0.0.0-20230115233650-391b47cb4029
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.97.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v54.0.0+incompatible // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.27 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
github.com/aws/aws-sdk-go v1.44.205 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/blang/semver v3.5.1+incompatible // indirect
|
|
github.com/blang/semver/v4 v4.0.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/denverdino/aliyungo v0.0.0-20161108032828-afedced274aa // indirect
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
|
github.com/docker/go-connections v0.3.0 // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
|
|
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
github.com/garyburd/redigo v0.0.0-20150301180006-535138d7bcd7 // indirect
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
github.com/go-openapi/jsonreference v0.20.0 // indirect
|
|
github.com/go-openapi/swag v0.19.14 // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/imdario/mergo v0.3.8 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/mailru/easyjson v0.7.6 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/ncw/swift v1.0.49 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/profile v1.3.0 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/net v0.5.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/term v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
|
google.golang.org/api v0.57.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/cloud v0.0.0-20151119220103-975617b05ea8 // indirect
|
|
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
|
|
google.golang.org/grpc v1.49.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/apiserver v0.26.1 // indirect
|
|
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/docker/distribution => github.com/openshift/docker-distribution v0.0.0-20230227160422-638a7d8753ed
|
|
google.golang.org/api => google.golang.org/api v0.0.0-20160322025152-9bf6e6e569ff
|
|
)
|