Skip to content

Commit 0a5f31a

Browse files
Bump the go-modules group with 24 updates
Bumps the go-modules group with 24 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/auth](https://github.com/googleapis/google-cloud-go) | `0.16.4` | `0.16.5` | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.56.0` | `1.56.1` | | [github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go) | `1.27.0` | `1.29.0` | | [github.com/containerd/cgroups/v3](https://github.com/containerd/cgroups) | `3.0.3` | `3.0.5` | | [github.com/docker/cli](https://github.com/docker/cli) | `28.3.2+incompatible` | `28.4.0+incompatible` | | [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) | `4.0.5` | `4.1.2` | | [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.9` | `1.8.0` | | [github.com/olekukonko/ll](https://github.com/olekukonko/ll) | `0.0.9` | `0.1.1` | | [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.2.0` | `1.2.1` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.9` | `1.0.10` | | [github.com/spiffe/go-spiffe/v2](https://github.com/spiffe/go-spiffe) | `2.5.0` | `2.6.0` | | [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.14` | `0.5.15` | | [go.opentelemetry.io/contrib/detectors/gcp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `1.36.0` | `1.38.0` | | [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.61.0` | `0.63.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.27.0` | `0.28.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.34.0` | `0.35.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.28.0` | `0.29.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.13.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.247.0` | `0.248.0` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250721164621-a45f3dfb1074` | `0.0.0-20250818200422-3122310a409c` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250818200422-3122310a409c` | `0.0.0-20250825161204-c5933d9347a5` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.0` | | google.golang.org/protobuf | `1.36.7` | `1.36.8` | | [modernc.org/libc](https://gitlab.com/cznic/libc) | `1.66.3` | `1.66.8` | Updates `cloud.google.com/go/auth` from 0.16.4 to 0.16.5 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@auth/v0.16.4...auth/v0.16.5) Updates `cloud.google.com/go/storage` from 1.56.0 to 1.56.1 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.56.0...storage/v1.56.1) Updates `github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp` from 1.27.0 to 1.29.0 - [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/releases) - [Commits](GoogleCloudPlatform/opentelemetry-operations-go@detectors/gcp/v1.27.0...detectors/gcp/v1.29.0) Updates `github.com/containerd/cgroups/v3` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/containerd/cgroups/releases) - [Commits](containerd/cgroups@v3.0.3...v3.0.5) Updates `github.com/docker/cli` from 28.3.2+incompatible to 28.4.0+incompatible - [Commits](docker/cli@v28.3.2...v28.4.0) Updates `github.com/go-jose/go-jose/v4` from 4.0.5 to 4.1.2 - [Release notes](https://github.com/go-jose/go-jose/releases) - [Commits](go-jose/go-jose@v4.0.5...v4.1.2) Updates `github.com/hashicorp/go-getter` from 1.7.9 to 1.8.0 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.7.9...v1.8.0) Updates `github.com/olekukonko/ll` from 0.0.9 to 0.1.1 - [Commits](olekukonko/ll@v0.0.9...v0.1.1) Updates `github.com/opencontainers/runtime-spec` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](opencontainers/runtime-spec@v1.2.0...v1.2.1) Updates `github.com/spf13/pflag` from 1.0.9 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.9...v1.0.10) Updates `github.com/spiffe/go-spiffe/v2` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/spiffe/go-spiffe/releases) - [Changelog](https://github.com/spiffe/go-spiffe/blob/main/CHANGELOG.md) - [Commits](spiffe/go-spiffe@v2.5.0...v2.6.0) Updates `github.com/ulikunitz/xz` from 0.5.14 to 0.5.15 - [Commits](ulikunitz/xz@v0.5.14...v0.5.15) Updates `go.opentelemetry.io/contrib/detectors/gcp` from 1.36.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@v1.36.0...v1.38.0) Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.61.0 to 0.63.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.61.0...zpages/v0.63.0) Updates `golang.org/x/mod` from 0.27.0 to 0.28.0 - [Commits](golang/mod@v0.27.0...v0.28.0) Updates `golang.org/x/term` from 0.34.0 to 0.35.0 - [Commits](golang/term@v0.34.0...v0.35.0) Updates `golang.org/x/text` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.28.0...v0.29.0) Updates `golang.org/x/time` from 0.12.0 to 0.13.0 - [Commits](golang/time@v0.12.0...v0.13.0) Updates `google.golang.org/api` from 0.247.0 to 0.248.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.247.0...v0.248.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250721164621-a45f3dfb1074 to 0.0.0-20250818200422-3122310a409c - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250818200422-3122310a409c to 0.0.0-20250825161204-c5933d9347a5 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.74.2...v1.75.0) Updates `google.golang.org/protobuf` from 1.36.7 to 1.36.8 Updates `modernc.org/libc` from 1.66.3 to 1.66.8 - [Commits](https://gitlab.com/cznic/libc/compare/v1.66.3...v1.66.8) --- updated-dependencies: - dependency-name: cloud.google.com/go/auth dependency-version: 0.16.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: cloud.google.com/go/storage dependency-version: 1.56.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp dependency-version: 1.29.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/containerd/cgroups/v3 dependency-version: 3.0.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/docker/cli dependency-version: 28.4.0+incompatible dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/go-jose/go-jose/v4 dependency-version: 4.1.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.8.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/olekukonko/ll dependency-version: 0.1.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/opencontainers/runtime-spec dependency-version: 1.2.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: github.com/spiffe/go-spiffe/v2 dependency-version: 2.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: go.opentelemetry.io/contrib/detectors/gcp dependency-version: 1.38.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-version: 0.63.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/mod dependency-version: 0.28.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/term dependency-version: 0.35.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/text dependency-version: 0.29.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: golang.org/x/time dependency-version: 0.13.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/api dependency-version: 0.248.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/genproto/googleapis/api dependency-version: 0.0.0-20250818200422-3122310a409c dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-version: 0.0.0-20250825161204-c5933d9347a5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: google.golang.org/grpc dependency-version: 1.75.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: go-modules - dependency-name: google.golang.org/protobuf dependency-version: 1.36.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: modernc.org/libc dependency-version: 1.66.8 dependency-type: indirect update-type: version-update:semver-patch dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f73153d commit 0a5f31a

2 files changed

Lines changed: 140 additions & 1050 deletions

File tree

go.mod

Lines changed: 44 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ require (
1414
require (
1515
cel.dev/expr v0.24.0 // indirect
1616
cloud.google.com/go v0.122.0 // indirect
17-
cloud.google.com/go/auth v0.16.4 // indirect
17+
cloud.google.com/go/auth v0.16.5 // indirect
1818
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
1919
cloud.google.com/go/compute/metadata v0.8.0 // indirect
2020
cloud.google.com/go/iam v1.5.2 // indirect
2121
cloud.google.com/go/monitoring v1.24.2 // indirect
22-
cloud.google.com/go/storage v1.56.0 // indirect
22+
cloud.google.com/go/storage v1.56.1 // indirect
2323
dario.cat/mergo v1.0.2 // indirect
2424
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6 // indirect
2525
github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20230306123547-8075edf89bb0 // indirect
2626
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2727
github.com/CycloneDX/cyclonedx-go v0.9.2 // indirect
2828
github.com/DataDog/zstd v1.5.7 // indirect
29-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
29+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
3030
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
3131
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
3232
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -59,7 +59,24 @@ require (
5959
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
6060
github.com/aquasecurity/go-pep440-version v0.0.1 // indirect
6161
github.com/aquasecurity/go-version v0.0.1 // indirect
62-
github.com/aws/aws-sdk-go v1.55.8 // indirect
62+
github.com/aws/aws-sdk-go-v2 v1.36.5 // indirect
63+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
64+
github.com/aws/aws-sdk-go-v2/config v1.29.17 // indirect
65+
github.com/aws/aws-sdk-go-v2/credentials v1.17.70 // indirect
66+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.32 // indirect
67+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
68+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
69+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
70+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
71+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
73+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
74+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
75+
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 // indirect
76+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.5 // indirect
77+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.3 // indirect
78+
github.com/aws/aws-sdk-go-v2/service/sts v1.34.0 // indirect
79+
github.com/aws/smithy-go v1.22.4 // indirect
6380
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6481
github.com/becheran/wildmatch-go v1.0.0 // indirect
6582
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
@@ -78,7 +95,7 @@ require (
7895
github.com/charmbracelet/x/term v0.2.1 // indirect
7996
github.com/cloudflare/circl v1.6.1 // indirect
8097
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
81-
github.com/containerd/cgroups/v3 v3.0.3 // indirect
98+
github.com/containerd/cgroups/v3 v3.0.5 // indirect
8299
github.com/containerd/containerd v1.7.28 // indirect
83100
github.com/containerd/containerd/api v1.9.0 // indirect
84101
github.com/containerd/continuity v0.4.5 // indirect
@@ -96,7 +113,7 @@ require (
96113
github.com/deitch/magic v0.0.0-20230404182410-1ff89d7342da // indirect
97114
github.com/diskfs/go-diskfs v1.7.0 // indirect
98115
github.com/distribution/reference v0.6.0 // indirect
99-
github.com/docker/cli v28.3.3+incompatible // indirect
116+
github.com/docker/cli v28.4.0+incompatible // indirect
100117
github.com/docker/distribution v2.8.3+incompatible // indirect
101118
github.com/docker/docker v28.4.0+incompatible // indirect
102119
github.com/docker/docker-credential-helpers v0.9.3 // indirect
@@ -120,7 +137,7 @@ require (
120137
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
121138
github.com/go-git/go-billy/v5 v5.6.2 // indirect
122139
github.com/go-git/go-git/v5 v5.16.2 // indirect
123-
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
140+
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
124141
github.com/go-logr/logr v1.4.3 // indirect
125142
github.com/go-logr/stdr v1.2.2 // indirect
126143
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -140,9 +157,10 @@ require (
140157
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
141158
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
142159
github.com/gookit/color v1.6.0 // indirect
160+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 // indirect
143161
github.com/hashicorp/errwrap v1.1.0 // indirect
144162
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
145-
github.com/hashicorp/go-getter v1.7.9 // indirect
163+
github.com/hashicorp/go-getter v1.8.0 // indirect
146164
github.com/hashicorp/go-multierror v1.1.1 // indirect
147165
github.com/hashicorp/go-safetemp v1.0.0 // indirect
148166
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -153,7 +171,6 @@ require (
153171
github.com/inconshreveable/mousetrap v1.1.0 // indirect
154172
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
155173
github.com/jinzhu/copier v0.4.0 // indirect
156-
github.com/jmespath/go-jmespath v0.4.0 // indirect
157174
github.com/kastenhq/goversion v0.0.0-20230811215019-93b2f8823953 // indirect
158175
github.com/kevinburke/ssh_config v1.4.0 // indirect
159176
github.com/klauspost/compress v1.18.0 // indirect
@@ -191,12 +208,13 @@ require (
191208
github.com/nwaples/rardecode/v2 v2.1.1 // indirect
192209
github.com/oklog/ulid v1.3.1 // indirect
193210
github.com/oklog/ulid/v2 v2.1.1 // indirect
211+
github.com/olekukonko/cat v0.0.0-20250808191157-46fba99501f3 // indirect
194212
github.com/olekukonko/errors v1.1.0 // indirect
195-
github.com/olekukonko/ll v0.0.9 // indirect
213+
github.com/olekukonko/ll v0.1.1 // indirect
196214
github.com/olekukonko/tablewriter v1.0.9 // indirect
197215
github.com/opencontainers/go-digest v1.0.0 // indirect
198216
github.com/opencontainers/image-spec v1.1.1 // indirect
199-
github.com/opencontainers/runtime-spec v1.2.0 // indirect
217+
github.com/opencontainers/runtime-spec v1.2.1 // indirect
200218
github.com/opencontainers/selinux v1.12.0 // indirect
201219
github.com/paketo-buildpacks/freezer v0.2.2 // indirect
202220
github.com/pborman/indent v1.2.1 // indirect
@@ -228,9 +246,9 @@ require (
228246
github.com/spf13/afero v1.14.0 // indirect
229247
github.com/spf13/cast v1.9.2 // indirect
230248
github.com/spf13/cobra v1.10.1 // indirect
231-
github.com/spf13/pflag v1.0.9 // indirect
249+
github.com/spf13/pflag v1.0.10 // indirect
232250
github.com/spf13/viper v1.20.1 // indirect
233-
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
251+
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
234252
github.com/stretchr/testify v1.11.1 // indirect
235253
github.com/subosito/gotenv v1.6.0 // indirect
236254
github.com/sylabs/sif/v2 v2.22.0 // indirect
@@ -239,7 +257,7 @@ require (
239257
github.com/therootcompany/xz v1.0.1 // indirect
240258
github.com/tklauser/go-sysconf v0.3.15 // indirect
241259
github.com/tklauser/numcpus v0.10.0 // indirect
242-
github.com/ulikunitz/xz v0.5.14 // indirect
260+
github.com/ulikunitz/xz v0.5.15 // indirect
243261
github.com/vbatts/go-mtree v0.5.4 // indirect
244262
github.com/vbatts/tar-split v0.12.1 // indirect
245263
github.com/vifraa/gopom v1.0.0 // indirect
@@ -250,11 +268,10 @@ require (
250268
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
251269
github.com/yusufpapurcu/wmi v1.2.4 // indirect
252270
github.com/zclconf/go-cty v1.17.0 // indirect
253-
github.com/zeebo/errs v1.4.0 // indirect
254271
go.opencensus.io v0.24.0 // indirect
255272
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
256-
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
257-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
273+
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
274+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
258275
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
259276
go.opentelemetry.io/otel v1.38.0 // indirect
260277
go.opentelemetry.io/otel/metric v1.38.0 // indirect
@@ -265,25 +282,25 @@ require (
265282
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
266283
golang.org/x/crypto v0.41.0 // indirect
267284
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
268-
golang.org/x/mod v0.27.0 // indirect
285+
golang.org/x/mod v0.28.0 // indirect
269286
golang.org/x/net v0.43.0 // indirect
270287
golang.org/x/oauth2 v0.31.0 // indirect
271288
golang.org/x/sync v0.17.0 // indirect
272289
golang.org/x/sys v0.36.0 // indirect
273-
golang.org/x/term v0.34.0 // indirect
274-
golang.org/x/text v0.28.0 // indirect
275-
golang.org/x/time v0.12.0 // indirect
290+
golang.org/x/term v0.35.0 // indirect
291+
golang.org/x/text v0.29.0 // indirect
292+
golang.org/x/time v0.13.0 // indirect
276293
golang.org/x/tools v0.36.0 // indirect
277294
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
278-
google.golang.org/api v0.247.0 // indirect
295+
google.golang.org/api v0.248.0 // indirect
279296
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
280-
google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect
281-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
282-
google.golang.org/grpc v1.74.2 // indirect
283-
google.golang.org/protobuf v1.36.7 // indirect
297+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
298+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
299+
google.golang.org/grpc v1.75.0 // indirect
300+
google.golang.org/protobuf v1.36.8 // indirect
284301
gopkg.in/warnings.v0 v0.1.2 // indirect
285302
gopkg.in/yaml.v3 v3.0.1 // indirect
286-
modernc.org/libc v1.66.3 // indirect
303+
modernc.org/libc v1.66.8 // indirect
287304
modernc.org/mathutil v1.7.1 // indirect
288305
modernc.org/memory v1.11.0 // indirect
289306
modernc.org/sqlite v1.38.2 // indirect

0 commit comments

Comments
 (0)