Skip to content

Commit bce6f6d

Browse files
chore(deps): bump the gomodupdates group across 1 directory with 4 updates (#1478)
Bumps the gomodupdates group with 4 updates in the / directory: [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager), [github.com/rs/zerolog](https://github.com/rs/zerolog), [go.mondoo.com/mql/v13](https://github.com/mondoohq/cnquery) and [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry). Updates `github.com/cert-manager/cert-manager` from 1.20.1 to 1.20.2 - [Release notes](https://github.com/cert-manager/cert-manager/releases) - [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md) - [Commits](cert-manager/cert-manager@v1.20.1...v1.20.2) Updates `github.com/rs/zerolog` from 1.35.0 to 1.35.1 - [Commits](rs/zerolog@v1.35.0...v1.35.1) Updates `go.mondoo.com/mql/v13` from 13.4.0 to 13.5.1 - [Release notes](https://github.com/mondoohq/cnquery/releases) - [Commits](mondoohq/mql@v13.4.0...v13.5.1) Updates `github.com/google/go-containerregistry` from 0.21.4 to 0.21.5 - [Release notes](https://github.com/google/go-containerregistry/releases) - [Commits](google/go-containerregistry@v0.21.4...v0.21.5) --- updated-dependencies: - dependency-name: github.com/cert-manager/cert-manager dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomodupdates - dependency-name: github.com/rs/zerolog dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomodupdates - dependency-name: go.mondoo.com/mql/v13 dependency-version: 13.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomodupdates - dependency-name: github.com/google/go-containerregistry dependency-version: 0.21.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomodupdates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f28a479 commit bce6f6d

2 files changed

Lines changed: 73 additions & 72 deletions

File tree

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.25.8
55
replace go.mondoo.com/mql/v13/providers/k8s => github.com/mondoohq/mql/providers/k8s v0.0.0-20260309210947-abb4667b6efb
66

77
require (
8-
github.com/cert-manager/cert-manager v1.20.1
8+
github.com/cert-manager/cert-manager v1.20.2
99
github.com/gobwas/glob v0.2.3
1010
github.com/golang-jwt/jwt/v4 v4.5.2
1111
github.com/golang/mock v1.6.0
1212
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.90.1
13-
github.com/rs/zerolog v1.35.0
13+
github.com/rs/zerolog v1.35.1
1414
github.com/spf13/cobra v1.10.2
1515
github.com/stretchr/testify v1.11.1
16-
go.mondoo.com/mondoo-go v0.0.0-20260404001504-4c75e5a3471a
16+
go.mondoo.com/mondoo-go v0.0.0-20260410121724-8588298e53e3
1717
k8s.io/api v0.35.3
1818
k8s.io/apiextensions-apiserver v0.35.2 // indirect
1919
k8s.io/apimachinery v0.35.3
@@ -24,7 +24,7 @@ require (
2424
require (
2525
github.com/hashicorp/vault-client-go v0.4.3
2626
github.com/robfig/cron/v3 v3.0.1
27-
go.mondoo.com/mql/v13 v13.4.0
27+
go.mondoo.com/mql/v13 v13.5.1
2828
go.mondoo.com/mql/v13/providers/k8s v0.0.0-00010101000000-000000000000
2929
)
3030

@@ -62,7 +62,7 @@ require (
6262
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
6363
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
6464
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect
65-
github.com/aws/aws-sdk-go-v2/service/ecr v1.56.2 // indirect
65+
github.com/aws/aws-sdk-go-v2/service/ecr v1.57.0 // indirect
6666
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.13 // indirect
6767
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
6868
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
@@ -86,7 +86,7 @@ require (
8686
github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect
8787
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
8888
github.com/danieljoos/wincred v1.2.3 // indirect
89-
github.com/docker/cli v29.3.1+incompatible // indirect
89+
github.com/docker/cli v29.4.0+incompatible // indirect
9090
github.com/docker/docker-credential-helpers v0.9.5 // indirect
9191
github.com/dvsekhvalnov/jose2go v1.8.0 // indirect
9292
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
@@ -97,7 +97,7 @@ require (
9797
github.com/fatih/color v1.19.0 // indirect
9898
github.com/felixge/httpsnoop v1.0.4 // indirect
9999
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
100-
github.com/getsentry/sentry-go v0.44.1 // indirect
100+
github.com/getsentry/sentry-go v0.45.1 // indirect
101101
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
102102
github.com/go-git/go-billy/v5 v5.8.0 // indirect
103103
github.com/go-git/go-git/v5 v5.17.2 // indirect
@@ -154,7 +154,7 @@ require (
154154
github.com/kylelemons/godebug v1.1.0 // indirect
155155
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
156156
github.com/mattn/go-colorable v0.1.14 // indirect
157-
github.com/mattn/go-isatty v0.0.20 // indirect
157+
github.com/mattn/go-isatty v0.0.21 // indirect
158158
github.com/mitchellh/go-homedir v1.1.0 // indirect
159159
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
160160
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -190,7 +190,7 @@ require (
190190
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
191191
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
192192
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
193-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
193+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.68.0 // indirect
194194
go.opentelemetry.io/otel v1.43.0 // indirect
195195
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42.0 // indirect
196196
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0 // indirect
@@ -203,15 +203,15 @@ require (
203203
go.uber.org/mock v0.6.0 // indirect
204204
go.yaml.in/yaml/v2 v2.4.4 // indirect
205205
go.yaml.in/yaml/v3 v3.0.4 // indirect
206-
golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
207-
golang.org/x/mod v0.34.0 // indirect
206+
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
207+
golang.org/x/mod v0.35.0 // indirect
208208
golang.org/x/sync v0.20.0 // indirect
209-
golang.org/x/tools v0.43.0 // indirect
209+
golang.org/x/tools v0.44.0 // indirect
210210
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
211211
google.golang.org/api v0.269.0 // indirect
212212
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
213213
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
214-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
214+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
215215
google.golang.org/grpc v1.80.0 // indirect
216216
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
217217
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -237,7 +237,7 @@ require (
237237
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
238238
github.com/golang/protobuf v1.5.4 // indirect
239239
github.com/google/go-cmp v0.7.0 // indirect
240-
github.com/google/go-containerregistry v0.21.4
240+
github.com/google/go-containerregistry v0.21.5
241241
github.com/google/uuid v1.6.0 // indirect
242242
github.com/json-iterator/go v1.1.12 // indirect
243243
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -250,12 +250,12 @@ require (
250250
github.com/spf13/pflag v1.0.10 // indirect
251251
go.uber.org/multierr v1.11.0 // indirect
252252
go.uber.org/zap v1.27.1
253-
golang.org/x/crypto v0.49.0 // indirect
254-
golang.org/x/net v0.52.0 // indirect
253+
golang.org/x/crypto v0.50.0 // indirect
254+
golang.org/x/net v0.53.0 // indirect
255255
golang.org/x/oauth2 v0.36.0 // indirect
256-
golang.org/x/sys v0.42.0 // indirect
257-
golang.org/x/term v0.41.0 // indirect
258-
golang.org/x/text v0.35.0 // indirect
256+
golang.org/x/sys v0.43.0 // indirect
257+
golang.org/x/term v0.42.0 // indirect
258+
golang.org/x/text v0.36.0 // indirect
259259
golang.org/x/time v0.15.0 // indirect
260260
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
261261
google.golang.org/protobuf v1.36.11

0 commit comments

Comments
 (0)