File tree Expand file tree Collapse file tree 11 files changed +3
-1314
lines changed
pkg/controller/operators/catalogtemplate
distribution/distribution
docker/distribution/digestset
opencontainers/go-digest/digestset Expand file tree Collapse file tree 11 files changed +3
-1314
lines changed Original file line number Diff line number Diff line change 11module github.com/operator-framework/operator-lifecycle-manager
22
3- go 1.22.0
3+ go 1.22
44
55toolchain go1.22.2
66
77require (
88 github.com/blang/semver/v4 v4.0.0
99 github.com/coreos/go-semver v0.3.1
10- github.com/distribution/distribution v2.7.1+incompatible
10+ github.com/distribution/reference v0.6.0
1111 github.com/evanphx/json-patch v5.7.0+incompatible
1212 github.com/fsnotify/fsnotify v1.7.0
1313 github.com/ghodss/yaml v1.0.0
@@ -94,7 +94,6 @@ require (
9494 github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
9595 github.com/cyphar/filepath-securejoin v0.2.4 // indirect
9696 github.com/davecgh/go-spew v1.1.1 // indirect
97- github.com/distribution/reference v0.6.0 // indirect
9897 github.com/docker/cli v25.0.5+incompatible // indirect
9998 github.com/docker/distribution v2.8.3+incompatible // indirect
10099 github.com/docker/docker v25.0.5+incompatible // indirect
Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZm
114114github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
115115github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
116116github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954 /go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no =
117- github.com/distribution/distribution v2.7.1+incompatible h1:aGFx4EvJWKEh//lHPLwFhFgwFHKH06TzNVPamrMn04M =
118- github.com/distribution/distribution v2.7.1+incompatible /go.mod h1:EgLm2NgWtdKgzF9NpMzUKgzmR7AMmb0VQi2B+ZzDRjc =
119117github.com/distribution/distribution/v3 v3.0.0-alpha.1 h1:jn7I1gvjOvmLztH1+1cLiUFud7aeJCIQcgzugtwjyJo =
120118github.com/distribution/distribution/v3 v3.0.0-alpha.1 /go.mod h1:LCp4JZp1ZalYg0W/TN05jarCQu+h4w7xc7ZfQF4Y/cY =
121119github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
Original file line number Diff line number Diff line change 66 "strings"
77 "time"
88
9- "github.com/distribution/distribution/ reference"
9+ "github.com/distribution/reference"
1010 "github.com/operator-framework/api/pkg/operators/v1alpha1"
1111 "github.com/sirupsen/logrus"
1212 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments