Skip to content

Commit 5713012

Browse files
🌱 Bump github.com/operator-framework/operator-registry (#1412)
Bumps [github.com/operator-framework/operator-registry](https://github.com/operator-framework/operator-registry) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/operator-framework/operator-registry/releases) - [Commits](operator-framework/operator-registry@v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: github.com/operator-framework/operator-registry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1409d9 commit 5713012

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/operator-framework/api v0.27.0
2020
github.com/operator-framework/catalogd v0.35.0
2121
github.com/operator-framework/helm-operator-plugins v0.7.0
22-
github.com/operator-framework/operator-registry v1.47.0
22+
github.com/operator-framework/operator-registry v1.48.0
2323
github.com/spf13/pflag v1.0.5
2424
github.com/stretchr/testify v1.9.0
2525
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
@@ -76,9 +76,9 @@ require (
7676
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
7777
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7878
github.com/distribution/reference v0.6.0 // indirect
79-
github.com/docker/cli v27.2.0+incompatible // indirect
79+
github.com/docker/cli v27.3.1+incompatible // indirect
8080
github.com/docker/distribution v2.8.3+incompatible // indirect
81-
github.com/docker/docker v27.1.1+incompatible // indirect
81+
github.com/docker/docker v27.2.0+incompatible // indirect
8282
github.com/docker/docker-credential-helpers v0.8.2 // indirect
8383
github.com/docker/go-connections v0.5.0 // indirect
8484
github.com/docker/go-metrics v0.0.1 // indirect
@@ -150,7 +150,7 @@ require (
150150
github.com/mattn/go-colorable v0.1.13 // indirect
151151
github.com/mattn/go-isatty v0.0.20 // indirect
152152
github.com/mattn/go-runewidth v0.0.16 // indirect
153-
github.com/mattn/go-sqlite3 v1.14.23 // indirect
153+
github.com/mattn/go-sqlite3 v1.14.24 // indirect
154154
github.com/miekg/pkcs11 v1.1.1 // indirect
155155
github.com/mitchellh/copystructure v1.2.0 // indirect
156156
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -213,30 +213,30 @@ require (
213213
go.mongodb.org/mongo-driver v1.14.0 // indirect
214214
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
215215
go.opencensus.io v0.24.0 // indirect
216-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
217-
go.opentelemetry.io/otel v1.28.0 // indirect
218-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
216+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
217+
go.opentelemetry.io/otel v1.29.0 // indirect
218+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
219219
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
220-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
221-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
222-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
220+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
221+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
222+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
223223
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
224224
go.starlark.net v0.0.0-20230612165344-9532f5667272 // indirect
225-
golang.org/x/crypto v0.27.0 // indirect
226-
golang.org/x/net v0.29.0 // indirect
225+
golang.org/x/crypto v0.28.0 // indirect
226+
golang.org/x/net v0.30.0 // indirect
227227
golang.org/x/oauth2 v0.22.0 // indirect
228228
golang.org/x/sync v0.8.0 // indirect
229-
golang.org/x/sys v0.25.0 // indirect
230-
golang.org/x/term v0.24.0 // indirect
231-
golang.org/x/text v0.18.0 // indirect
229+
golang.org/x/sys v0.26.0 // indirect
230+
golang.org/x/term v0.25.0 // indirect
231+
golang.org/x/text v0.19.0 // indirect
232232
golang.org/x/time v0.5.0 // indirect
233-
golang.org/x/tools v0.24.0 // indirect
233+
golang.org/x/tools v0.25.0 // indirect
234234
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
235235
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
236-
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
237-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
238-
google.golang.org/grpc v1.66.0 // indirect
239-
google.golang.org/protobuf v1.34.2 // indirect
236+
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
237+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
238+
google.golang.org/grpc v1.67.1 // indirect
239+
google.golang.org/protobuf v1.35.1 // indirect
240240
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
241241
gopkg.in/inf.v0 v0.9.1 // indirect
242242
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)