Skip to content

Commit 52027e2

Browse files
chore(deps): bump the go group with 6 updates
Bumps the go group with 6 updates: | Package | From | To | | --- | --- | --- | | code.gitea.io/sdk/gitea | `0.24.1` | `0.25.0` | | [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.26.0` | `1.27.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.105.0` | `0.106.0` | | [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.73.0` | `0.74.0` | | [github.com/fluxcd/pkg/version](https://github.com/fluxcd/pkg) | `0.14.0` | `0.15.0` | | [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) | `0.29.0` | `0.30.0` | Updates `code.gitea.io/sdk/gitea` from 0.24.1 to 0.25.0 Updates `github.com/fluxcd/pkg/apis/meta` from 1.26.0 to 1.27.0 - [Commits](fluxcd/pkg@apis/meta/v1.26.0...apis/meta/v1.27.0) Updates `github.com/fluxcd/pkg/runtime` from 0.105.0 to 0.106.0 - [Commits](fluxcd/pkg@runtime/v0.105.0...runtime/v0.106.0) Updates `github.com/fluxcd/pkg/ssa` from 0.73.0 to 0.74.0 - [Commits](fluxcd/pkg@ssa/v0.73.0...ssa/v0.74.0) Updates `github.com/fluxcd/pkg/version` from 0.14.0 to 0.15.0 - [Commits](fluxcd/pkg@git/v0.14.0...git/v0.15.0) Updates `github.com/open-component-model/ocm-controller` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/open-component-model/ocm-controller/releases) - [Commits](open-component-model/ocm-controller@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: code.gitea.io/sdk/gitea dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-version: 1.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/runtime dependency-version: 0.106.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/ssa dependency-version: 0.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/fluxcd/pkg/version dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/open-component-model/ocm-controller dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70dba09 commit 52027e2

2 files changed

Lines changed: 119 additions & 103 deletions

File tree

go.mod

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ replace github.com/texttheater/golang-levenshtein => github.com/texttheater/gola
1010
replace github.com/ThalesIgnite/crypto11 => github.com/ThalesGroup/crypto11 v1.6.0
1111

1212
require (
13-
code.gitea.io/sdk/gitea v0.24.1
13+
code.gitea.io/sdk/gitea v0.25.0
1414
github.com/fluxcd/cli-utils v1.2.0
1515
github.com/fluxcd/flux2/v2 v2.8.6
1616
github.com/fluxcd/helm-controller/api v1.5.4
1717
github.com/fluxcd/image-automation-controller/api v1.1.2
1818
github.com/fluxcd/image-reflector-controller/api v1.1.1
1919
github.com/fluxcd/kustomize-controller/api v1.8.4
2020
github.com/fluxcd/notification-controller/api v1.8.4
21-
github.com/fluxcd/pkg/apis/meta v1.26.0
22-
github.com/fluxcd/pkg/runtime v0.105.0
23-
github.com/fluxcd/pkg/ssa v0.73.0
24-
github.com/fluxcd/pkg/version v0.14.0
21+
github.com/fluxcd/pkg/apis/meta v1.27.0
22+
github.com/fluxcd/pkg/runtime v0.106.0
23+
github.com/fluxcd/pkg/ssa v0.74.0
24+
github.com/fluxcd/pkg/version v0.15.0
2525
github.com/fluxcd/source-controller/api v1.8.3
2626
github.com/open-component-model/git-controller v0.12.1
27-
github.com/open-component-model/ocm-controller v0.29.0
27+
github.com/open-component-model/ocm-controller v0.30.0
2828
github.com/open-component-model/replication-controller v0.13.1
2929
github.com/stretchr/testify v1.11.1
3030
k8s.io/api v0.36.0
@@ -59,7 +59,7 @@ require (
5959
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
6060
github.com/InfiniteLoopSpace/go_S-MIME v0.0.0-20181221134359-3f58f9a4b2b6 // indirect
6161
github.com/MakeNowJust/heredoc v1.0.0 // indirect
62-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
62+
github.com/Masterminds/semver/v3 v3.5.0 // indirect
6363
github.com/Microsoft/go-winio v0.6.2 // indirect
6464
github.com/ProtonMail/go-crypto v1.3.0 // indirect
6565
github.com/ThalesIgnite/crypto11 v1.6.0 // indirect
@@ -137,7 +137,6 @@ require (
137137
github.com/dimchansky/utfbom v1.1.1 // indirect
138138
github.com/distribution/reference v0.6.0 // indirect
139139
github.com/docker/cli v29.4.0+incompatible // indirect
140-
github.com/docker/distribution v2.8.3+incompatible // indirect
141140
github.com/docker/docker v28.5.2+incompatible // indirect
142141
github.com/docker/docker-credential-helpers v0.9.5 // indirect
143142
github.com/docker/go-connections v0.7.0 // indirect
@@ -152,10 +151,10 @@ require (
152151
github.com/extism/go-sdk v1.7.1 // indirect
153152
github.com/fatih/color v1.18.0 // indirect
154153
github.com/felixge/httpsnoop v1.0.4 // indirect
155-
github.com/fluxcd/pkg/apis/acl v0.9.0 // indirect
156-
github.com/fluxcd/pkg/apis/kustomize v1.17.0 // indirect
157-
github.com/fluxcd/pkg/kustomize v1.27.2 // indirect
158-
github.com/fluxcd/pkg/tar v0.17.0 // indirect
154+
github.com/fluxcd/pkg/apis/acl v0.10.0 // indirect
155+
github.com/fluxcd/pkg/apis/kustomize v1.18.0 // indirect
156+
github.com/fluxcd/pkg/kustomize v1.31.0 // indirect
157+
github.com/fluxcd/pkg/tar v1.1.0 // indirect
159158
github.com/fsnotify/fsnotify v1.9.0 // indirect
160159
github.com/fvbommel/sortorder v1.1.0 // indirect
161160
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
@@ -205,7 +204,7 @@ require (
205204
github.com/google/certificate-transparency-go v1.3.3 // indirect
206205
github.com/google/gnostic-models v0.7.0 // indirect
207206
github.com/google/go-cmp v0.7.0 // indirect
208-
github.com/google/go-containerregistry v0.21.3 // indirect
207+
github.com/google/go-containerregistry v0.21.5 // indirect
209208
github.com/google/go-github/v45 v45.2.0 // indirect
210209
github.com/google/go-github/v73 v73.0.0 // indirect
211210
github.com/google/go-querystring v1.2.0 // indirect
@@ -215,12 +214,12 @@ require (
215214
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
216215
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
217216
github.com/gowebpki/jcs v1.0.1 // indirect
218-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.7 // indirect
217+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
219218
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
220219
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
221220
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
222221
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
223-
github.com/hashicorp/go-version v1.8.0 // indirect
222+
github.com/hashicorp/go-version v1.9.0 // indirect
224223
github.com/hashicorp/vault-client-go v0.4.3 // indirect
225224
github.com/ianlancetaylor/demangle v0.0.0-20250417193237-f615e6bd150b // indirect
226225
github.com/in-toto/attestation v1.1.2 // indirect
@@ -269,7 +268,7 @@ require (
269268
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
270269
github.com/oklog/ulid/v2 v2.1.1 // indirect
271270
github.com/oleiade/reflections v1.1.0 // indirect
272-
github.com/onsi/gomega v1.39.1 // indirect
271+
github.com/onsi/gomega v1.40.0 // indirect
273272
github.com/opencontainers/go-digest v1.0.0 // indirect
274273
github.com/opencontainers/image-spec v1.1.1 // indirect
275274
github.com/opencontainers/runtime-spec v1.3.0 // indirect
@@ -283,7 +282,7 @@ require (
283282
github.com/prometheus/client_golang v1.23.2 // indirect
284283
github.com/prometheus/client_model v0.6.2 // indirect
285284
github.com/prometheus/common v0.67.5 // indirect
286-
github.com/prometheus/procfs v0.19.2 // indirect
285+
github.com/prometheus/procfs v0.20.1 // indirect
287286
github.com/redis/go-redis/v9 v9.18.0 // indirect
288287
github.com/russross/blackfriday/v2 v2.1.0 // indirect
289288
github.com/ryanuber/go-glob v1.0.0 // indirect
@@ -317,6 +316,10 @@ require (
317316
github.com/thales-e-security/pool v0.0.2 // indirect
318317
github.com/theupdateframework/go-tuf v0.7.0 // indirect
319318
github.com/theupdateframework/go-tuf/v2 v2.4.1 // indirect
319+
github.com/tidwall/gjson v1.18.0 // indirect
320+
github.com/tidwall/match v1.1.1 // indirect
321+
github.com/tidwall/pretty v1.2.1 // indirect
322+
github.com/tidwall/sjson v1.2.5 // indirect
320323
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
321324
github.com/tjfoc/gmsm v1.4.1 // indirect
322325
github.com/tonglil/buflogr v1.1.1 // indirect
@@ -327,6 +330,7 @@ require (
327330
github.com/valyala/fasttemplate v1.2.2 // indirect
328331
github.com/vbatts/tar-split v0.12.2 // indirect
329332
github.com/vladimirvivien/gexe v0.5.0 // indirect
333+
github.com/wI2L/jsondiff v0.6.1 // indirect
330334
github.com/x448/float16 v0.8.4 // indirect
331335
github.com/xanzy/ssh-agent v0.3.3 // indirect
332336
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
@@ -336,16 +340,16 @@ require (
336340
github.com/yuin/gopher-lua v1.1.1 // indirect
337341
gitlab.com/gitlab-org/api/client-go v1.46.0 // indirect
338342
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
339-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
343+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
340344
go.opentelemetry.io/otel v1.43.0 // indirect
341-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.40.0 // indirect
342-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.40.0 // indirect
343-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.40.0 // indirect
345+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0 // indirect
346+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect
347+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect
344348
go.opentelemetry.io/otel/metric v1.43.0 // indirect
345349
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
346350
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
347351
go.opentelemetry.io/otel/trace v1.43.0 // indirect
348-
go.opentelemetry.io/proto/otlp v1.9.0 // indirect
352+
go.opentelemetry.io/proto/otlp v1.10.0 // indirect
349353
go.podman.io/image/v5 v5.39.2 // indirect
350354
go.podman.io/storage v1.62.0 // indirect
351355
go.uber.org/atomic v1.11.0 // indirect
@@ -354,7 +358,7 @@ require (
354358
go.yaml.in/yaml/v2 v2.4.3 // indirect
355359
go.yaml.in/yaml/v3 v3.0.4 // indirect
356360
golang.org/x/crypto v0.50.0 // indirect
357-
golang.org/x/mod v0.34.0 // indirect
361+
golang.org/x/mod v0.35.0 // indirect
358362
golang.org/x/net v0.53.0 // indirect
359363
golang.org/x/oauth2 v0.36.0 // indirect
360364
golang.org/x/sync v0.20.0 // indirect
@@ -364,8 +368,8 @@ require (
364368
golang.org/x/time v0.15.0 // indirect
365369
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
366370
google.golang.org/api v0.272.0 // indirect
367-
google.golang.org/genproto/googleapis/api v0.0.0-20260316180232-0b37fe3546d5 // indirect
368-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260316180232-0b37fe3546d5 // indirect
371+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
372+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
369373
google.golang.org/grpc v1.80.0 // indirect
370374
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
371375
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect

0 commit comments

Comments
 (0)