@@ -10,7 +10,7 @@ require (
10
10
github.com/operator-framework/api v0.17.4-0.20230223191600-0131a6301e42
11
11
github.com/operator-framework/catalogd v0.5.0
12
12
github.com/operator-framework/deppy v0.0.0-20230629133131-bb7b6ae7b266
13
- github.com/operator-framework/operator-registry v1.27.1
13
+ github.com/operator-framework/operator-registry v1.28.0
14
14
github.com/operator-framework/rukpak v0.13.0
15
15
github.com/spf13/pflag v1.0.5
16
16
github.com/stretchr/testify v1.8.4
@@ -24,8 +24,8 @@ require (
24
24
)
25
25
26
26
require (
27
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
28
- github.com/Microsoft/go-winio v0.5.2 // indirect
27
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
28
+ github.com/Microsoft/go-winio v0.6.1 // indirect
29
29
github.com/Microsoft/hcsshim v0.9.6 // indirect
30
30
github.com/acomagu/bufpipe v1.0.3 // indirect
31
31
github.com/adrg/xdg v0.4.0 // indirect
@@ -45,7 +45,7 @@ require (
45
45
github.com/docker/docker-credential-helpers v0.7.0 // indirect
46
46
github.com/docker/go-connections v0.4.0 // indirect
47
47
github.com/docker/go-metrics v0.0.1 // indirect
48
- github.com/docker/go-units v0.4 .0 // indirect
48
+ github.com/docker/go-units v0.5 .0 // indirect
49
49
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
50
50
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
51
51
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
@@ -63,10 +63,9 @@ require (
63
63
github.com/go-openapi/swag v0.19.14 // indirect
64
64
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
65
65
github.com/gogo/protobuf v1.3.2 // indirect
66
- github.com/golang-migrate/migrate/v4 v4.6.2 // indirect
66
+ github.com/golang-migrate/migrate/v4 v4.16.1 // indirect
67
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
68
68
github.com/golang/protobuf v1.5.3 // indirect
69
- github.com/golang/snappy v0.0.3 // indirect
70
69
github.com/google/cel-go v0.12.6 // indirect
71
70
github.com/google/gnostic v0.5.7-v3refs // indirect
72
71
github.com/google/go-cmp v0.5.9 // indirect
@@ -82,14 +81,14 @@ require (
82
81
github.com/joelanford/ignore v0.0.0-20210607151042-0d25dc18b62d // indirect
83
82
github.com/josharian/intern v1.0.0 // indirect
84
83
github.com/json-iterator/go v1.1.12 // indirect
85
- github.com/klauspost/compress v1.12.3 // indirect
84
+ github.com/klauspost/compress v1.13.6 // indirect
86
85
github.com/mailru/easyjson v0.7.6 // indirect
87
- github.com/mattn/go-sqlite3 v1.14.10 // indirect
86
+ github.com/mattn/go-sqlite3 v1.14.16 // indirect
88
87
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
89
88
github.com/mitchellh/mapstructure v1.4.3 // indirect
90
89
github.com/moby/locker v1.0.1 // indirect
91
90
github.com/moby/sys/mountinfo v0.5.0 // indirect
92
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
91
+ github.com/moby/term v0.5.0 // indirect
93
92
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
94
93
github.com/modern-go/reflect2 v1.0.2 // indirect
95
94
github.com/morikuni/aec v1.0.0 // indirect
@@ -103,10 +102,10 @@ require (
103
102
github.com/prometheus/client_model v0.3.0 // indirect
104
103
github.com/prometheus/common v0.37.0 // indirect
105
104
github.com/prometheus/procfs v0.8.0 // indirect
106
- github.com/sirupsen/logrus v1.9.0 // indirect
105
+ github.com/sirupsen/logrus v1.9.2 // indirect
107
106
github.com/stoewer/go-strcase v1.2.0 // indirect
108
107
go.etcd.io/bbolt v1.3.6 // indirect
109
- go.opencensus.io v0.23 .0 // indirect
108
+ go.opencensus.io v0.24 .0 // indirect
110
109
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
111
110
go.opentelemetry.io/otel v1.10.0 // indirect
112
111
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
@@ -117,9 +116,9 @@ require (
117
116
go.opentelemetry.io/otel/trace v1.10.0 // indirect
118
117
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
119
118
go.uber.org/multierr v1.10.0 // indirect
120
- go4 .org v0.0.0-20230225012048-214862532bf5 // indirect
119
+ golang .org/x/mod v0.10.0 // indirect
121
120
golang.org/x/net v0.12.0 // indirect
122
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
121
+ golang.org/x/oauth2 v0.1.0 // indirect
123
122
golang.org/x/sync v0.2.0 // indirect
124
123
golang.org/x/sys v0.10.0 // indirect
125
124
golang.org/x/term v0.10.0 // indirect
@@ -128,8 +127,8 @@ require (
128
127
golang.org/x/tools v0.9.3 // indirect
129
128
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
130
129
google.golang.org/appengine v1.6.7 // indirect
131
- google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
132
- google.golang.org/grpc v1.49 .0 // indirect
130
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
131
+ google.golang.org/grpc v1.51 .0 // indirect
133
132
google.golang.org/protobuf v1.28.1 // indirect
134
133
gopkg.in/inf.v0 v0.9.1 // indirect
135
134
gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments