Skip to content

Commit 06bb504

Browse files
🌱 Bump the gomod group across 1 directory with 3 updates (#948)
Bumps the gomod group with 3 updates in the / directory: [github.com/rhysd/actionlint](https://github.com/rhysd/actionlint), [github.com/onsi/gomega](https://github.com/onsi/gomega) and [gocloud.dev](https://github.com/google/go-cloud). Updates `github.com/rhysd/actionlint` from 1.7.10 to 1.7.11 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](rhysd/actionlint@v1.7.10...v1.7.11) Updates `github.com/onsi/gomega` from 1.39.0 to 1.39.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.39.0...v1.39.1) Updates `gocloud.dev` from 0.44.0 to 0.45.0 - [Release notes](https://github.com/google/go-cloud/releases) - [Commits](google/go-cloud@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: github.com/rhysd/actionlint dependency-version: 1.7.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/onsi/gomega dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: gocloud.dev dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 740f3db commit 06bb504

2 files changed

Lines changed: 136 additions & 137 deletions

File tree

go.mod

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/google/go-github/v65 v65.0.0
7-
github.com/rhysd/actionlint v1.7.10
7+
github.com/rhysd/actionlint v1.7.11
88
github.com/stretchr/testify v1.11.1
99
)
1010

@@ -20,39 +20,39 @@ require (
2020
github.com/go-openapi/validate v0.25.1
2121
github.com/google/go-cmp v0.7.0
2222
github.com/onsi/ginkgo/v2 v2.28.1
23-
github.com/onsi/gomega v1.39.0
23+
github.com/onsi/gomega v1.39.1
2424
github.com/rs/cors v1.11.1
2525
github.com/spf13/pflag v1.0.10
2626
github.com/transparency-dev/merkle v0.0.2
27-
gocloud.dev v0.44.0
27+
gocloud.dev v0.45.0
2828
golang.org/x/mod v0.32.0
2929
golang.org/x/net v0.49.0
3030
)
3131

3232
require (
33-
cel.dev/expr v0.24.0 // indirect
34-
cloud.google.com/go v0.121.6 // indirect
35-
cloud.google.com/go/auth v0.16.4 // indirect
33+
cel.dev/expr v0.25.1 // indirect
34+
cloud.google.com/go v0.123.0 // indirect
35+
cloud.google.com/go/auth v0.17.0 // indirect
3636
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
37-
cloud.google.com/go/compute/metadata v0.8.0 // indirect
38-
cloud.google.com/go/iam v1.5.2 // indirect
39-
cloud.google.com/go/monitoring v1.24.2 // indirect
40-
cloud.google.com/go/storage v1.56.0 // indirect
41-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
42-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
43-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
37+
cloud.google.com/go/compute/metadata v0.9.0 // indirect
38+
cloud.google.com/go/iam v1.5.3 // indirect
39+
cloud.google.com/go/monitoring v1.24.3 // indirect
40+
cloud.google.com/go/storage v1.57.2 // indirect
41+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
42+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
43+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
4444
github.com/Masterminds/semver/v3 v3.4.0 // indirect
45-
github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect
45+
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
4646
github.com/cespare/xxhash/v2 v2.3.0 // indirect
47-
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
47+
github.com/cncf/xds/go v0.0.0-20251110193048-8bfbf64dc13e // indirect
4848
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
4949
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5050
github.com/docker/go-units v0.5.0 // indirect
51-
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
51+
github.com/envoyproxy/go-control-plane/envoy v1.36.0 // indirect
5252
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
5353
github.com/fatih/color v1.18.0 // indirect
5454
github.com/felixge/httpsnoop v1.0.4 // indirect
55-
github.com/go-jose/go-jose/v4 v4.1.1 // indirect
55+
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
5656
github.com/go-logr/logr v1.4.3 // indirect
5757
github.com/go-logr/stdr v1.2.2 // indirect
5858
github.com/go-openapi/analysis v0.24.1 // indirect
@@ -76,7 +76,7 @@ require (
7676
github.com/google/s2a-go v0.1.9 // indirect
7777
github.com/google/uuid v1.6.0 // indirect
7878
github.com/google/wire v0.7.0 // indirect
79-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
79+
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
8080
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
8181
github.com/mattn/go-colorable v0.1.14 // indirect
8282
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -87,13 +87,12 @@ require (
8787
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8888
github.com/rivo/uniseg v0.4.7 // indirect
8989
github.com/robfig/cron/v3 v3.0.1 // indirect
90-
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
91-
github.com/zeebo/errs v1.4.0 // indirect
90+
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
9291
go.mongodb.org/mongo-driver v1.17.6 // indirect
9392
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
94-
go.opentelemetry.io/contrib/detectors/gcp v1.37.0 // indirect
95-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0 // indirect
96-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 // indirect
93+
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
94+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
95+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
9796
go.opentelemetry.io/otel v1.40.0 // indirect
9897
go.opentelemetry.io/otel/metric v1.40.0 // indirect
9998
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
@@ -102,18 +101,18 @@ require (
102101
go.yaml.in/yaml/v3 v3.0.4 // indirect
103102
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
104103
golang.org/x/crypto v0.47.0 // indirect
105-
golang.org/x/oauth2 v0.30.0 // indirect
104+
golang.org/x/oauth2 v0.33.0 // indirect
106105
golang.org/x/sync v0.19.0 // indirect
107106
golang.org/x/sys v0.40.0 // indirect
108107
golang.org/x/text v0.33.0 // indirect
109-
golang.org/x/time v0.12.0 // indirect
108+
golang.org/x/time v0.14.0 // indirect
110109
golang.org/x/tools v0.41.0 // indirect
111110
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
112-
google.golang.org/api v0.247.0 // indirect
113-
google.golang.org/genproto v0.0.0-20250715232539-7130f93afb79 // indirect
114-
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
115-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
116-
google.golang.org/grpc v1.74.2 // indirect
117-
google.golang.org/protobuf v1.36.7 // indirect
111+
google.golang.org/api v0.256.0 // indirect
112+
google.golang.org/genproto v0.0.0-20251124214823-79d6a2a48846 // indirect
113+
google.golang.org/genproto/googleapis/api v0.0.0-20251124214823-79d6a2a48846 // indirect
114+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251124214823-79d6a2a48846 // indirect
115+
google.golang.org/grpc v1.77.0 // indirect
116+
google.golang.org/protobuf v1.36.10 // indirect
118117
gopkg.in/yaml.v3 v3.0.1 // indirect
119118
)

0 commit comments

Comments
 (0)