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 1
1
module github.com/operator-framework/operator-lifecycle-manager
2
2
3
- go 1.22.0
3
+ go 1.22
4
4
5
5
toolchain go1.22.2
6
6
7
7
require (
8
8
github.com/blang/semver/v4 v4.0.0
9
9
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
11
11
github.com/evanphx/json-patch v5.7.0+incompatible
12
12
github.com/fsnotify/fsnotify v1.7.0
13
13
github.com/ghodss/yaml v1.0.0
@@ -94,7 +94,6 @@ require (
94
94
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
95
95
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
96
96
github.com/davecgh/go-spew v1.1.1 // indirect
97
- github.com/distribution/reference v0.6.0 // indirect
98
97
github.com/docker/cli v25.0.5+incompatible // indirect
99
98
github.com/docker/distribution v2.8.3+incompatible // indirect
100
99
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
114
114
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/rVNCu3HqELle0jiPLLBs70cWOduZpkS1E78 =
115
115
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
116
116
github.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 =
119
117
github.com/distribution/distribution/v3 v3.0.0-alpha.1 h1:jn7I1gvjOvmLztH1+1cLiUFud7aeJCIQcgzugtwjyJo =
120
118
github.com/distribution/distribution/v3 v3.0.0-alpha.1 /go.mod h1:LCp4JZp1ZalYg0W/TN05jarCQu+h4w7xc7ZfQF4Y/cY =
121
119
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk =
Original file line number Diff line number Diff line change 6
6
"strings"
7
7
"time"
8
8
9
- "github.com/distribution/distribution/ reference"
9
+ "github.com/distribution/reference"
10
10
"github.com/operator-framework/api/pkg/operators/v1alpha1"
11
11
"github.com/sirupsen/logrus"
12
12
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