Skip to content

Commit 334b121

Browse files
authored
chore: fix dependabot alerts (#2780)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
1 parent dc38113 commit 334b121

5 files changed

Lines changed: 211 additions & 164 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v3.27.0
56+
uses: github/codeql-action/init@v3.27.1
5757
with:
5858
languages: ${{ matrix.language }}
5959
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,7 @@ jobs:
6464
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6565
# If this step fails, then you should remove it and run the build manually (see below)
6666
- name: Autobuild
67-
uses: github/codeql-action/autobuild@v3.27.0
67+
uses: github/codeql-action/autobuild@v3.27.1
6868

6969
# ℹ️ Command-line programs to run using the OS shell.
7070
# 📚 https://git.io/JvXDl
@@ -77,4 +77,4 @@ jobs:
7777
# make release
7878

7979
- name: Perform CodeQL Analysis
80-
uses: github/codeql-action/analyze@v3.27.0
80+
uses: github/codeql-action/analyze@v3.27.1

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
TRIVY_USERNAME: ${{ github.actor }}
238238
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
239239
- name: Upload Trivy scan results to GitHub Security tab
240-
uses: github/codeql-action/upload-sarif@v3.27.0
240+
uses: github/codeql-action/upload-sarif@v3.27.1
241241
with:
242242
sarif_file: 'trivy-results.sarif'
243243

@@ -274,7 +274,7 @@ jobs:
274274
TRIVY_USERNAME: ${{ github.actor }}
275275
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
276276
- name: Upload Trivy scan results to GitHub Security tab
277-
uses: github/codeql-action/upload-sarif@v3.27.0
277+
uses: github/codeql-action/upload-sarif@v3.27.1
278278
with:
279279
sarif_file: 'trivy-results.sarif'
280280

.github/workflows/scorecards.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757

5858
# Upload the results to GitHub's code scanning dashboard.
5959
- name: "Upload to code-scanning"
60-
uses: github/codeql-action/upload-sarif@v3.27.0
60+
uses: github/codeql-action/upload-sarif@v3.27.1
6161
with:
6262
sarif_file: results.sarif

go.mod

Lines changed: 65 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ require (
99
github.com/aquasecurity/trivy-db v0.0.0-20240910133327-7e0f4d2ed4c1
1010
github.com/aws/aws-sdk-go v1.55.5
1111
github.com/aws/aws-sdk-go-v2 v1.32.4
12-
github.com/aws/aws-sdk-go-v2/config v1.28.0
13-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.14
14-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.4
12+
github.com/aws/aws-sdk-go-v2/config v1.28.3
13+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.15
14+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.5
1515
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.4
1616
github.com/aws/aws-secretsmanager-caching-go v1.2.0
1717
github.com/aws/smithy-go v1.22.0
1818
github.com/bmatcuk/doublestar/v4 v4.7.1
1919
github.com/briandowns/spinner v1.23.1
2020
github.com/chartmuseum/auth v0.5.0
2121
github.com/containers/common v0.60.4
22-
github.com/containers/image/v5 v5.32.2
22+
github.com/containers/image/v5 v5.33.0
2323
github.com/dchest/siphash v1.2.3
2424
github.com/didip/tollbooth/v7 v7.0.2
25-
github.com/distribution/distribution/v3 v3.0.0-beta.1.0.20241007110747-0ab7f326e651
25+
github.com/distribution/distribution/v3 v3.0.0-rc.1
2626
github.com/dustin/go-humanize v1.0.1
2727
github.com/fsnotify/fsnotify v1.8.0
2828
github.com/go-ldap/ldap/v3 v3.4.8
@@ -57,12 +57,12 @@ require (
5757
github.com/stretchr/testify v1.9.0
5858
github.com/swaggo/http-swagger v1.3.4
5959
github.com/swaggo/swag v1.16.4
60-
github.com/vektah/gqlparser/v2 v2.5.18
60+
github.com/vektah/gqlparser/v2 v2.5.19
6161
github.com/zitadel/oidc/v3 v3.32.1
6262
go.etcd.io/bbolt v1.3.11
6363
golang.org/x/crypto v0.28.0
64-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
65-
golang.org/x/oauth2 v0.23.0
64+
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
65+
golang.org/x/oauth2 v0.24.0
6666
google.golang.org/protobuf v1.35.1
6767
gopkg.in/resty.v1 v1.12.0
6868
gopkg.in/yaml.v3 v3.0.1
@@ -71,12 +71,14 @@ require (
7171
)
7272

7373
require (
74+
cel.dev/expr v0.16.1 // indirect
7475
cloud.google.com/go v0.115.1 // indirect
7576
cloud.google.com/go/auth v0.9.3 // indirect
7677
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
77-
cloud.google.com/go/compute/metadata v0.5.0 // indirect
78-
cloud.google.com/go/iam v1.2.0 // indirect
79-
cloud.google.com/go/storage v1.43.0 // indirect
78+
cloud.google.com/go/compute/metadata v0.5.1 // indirect
79+
cloud.google.com/go/iam v1.2.1 // indirect
80+
cloud.google.com/go/monitoring v1.21.0 // indirect
81+
cloud.google.com/go/storage v1.45.0 // indirect
8082
cuelabs.dev/go/oci/ociregistry v0.0.0-20240404174027-a39bec0462d2 // indirect
8183
cuelang.org/go v0.9.2 // indirect
8284
dario.cat/mergo v1.0.1 // indirect
@@ -103,6 +105,9 @@ require (
103105
github.com/CycloneDX/cyclonedx-go v0.9.1 // indirect
104106
github.com/DataDog/zstd v1.5.5 // indirect
105107
github.com/GoogleCloudPlatform/docker-credential-gcr v2.0.5+incompatible // indirect
108+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
109+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
110+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
106111
github.com/Intevation/gval v1.3.0 // indirect
107112
github.com/Intevation/jsonpath v0.2.1 // indirect
108113
github.com/KyleBanks/depth v1.2.1 // indirect
@@ -112,7 +117,7 @@ require (
112117
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
113118
github.com/Masterminds/squirrel v1.5.4 // indirect
114119
github.com/Microsoft/go-winio v0.6.2 // indirect
115-
github.com/Microsoft/hcsshim v0.12.5 // indirect
120+
github.com/Microsoft/hcsshim v0.12.9 // indirect
116121
github.com/OneOfOne/xxhash v1.2.8 // indirect
117122
github.com/ProtonMail/go-crypto v1.1.0-alpha.5-proton // indirect
118123
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
@@ -145,23 +150,23 @@ require (
145150
github.com/aquasecurity/trivy-checks v1.2.2 // indirect
146151
github.com/aquasecurity/trivy-java-db v0.0.0-20240109071736-184bd7481d48 // indirect
147152
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
148-
github.com/aws/aws-sdk-go-v2/credentials v1.17.41 // indirect
149-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 // indirect
153+
github.com/aws/aws-sdk-go-v2/credentials v1.17.44 // indirect
154+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19 // indirect
150155
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23 // indirect
151156
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23 // indirect
152157
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
153-
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.4 // indirect
158+
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.24.5 // indirect
154159
github.com/aws/aws-sdk-go-v2/service/ebs v1.25.3 // indirect
155160
github.com/aws/aws-sdk-go-v2/service/ec2 v1.179.1 // indirect
156161
github.com/aws/aws-sdk-go-v2/service/ecr v1.35.2 // indirect
157162
github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.25.3 // indirect
158163
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
159164
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.4 // indirect
160-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.2 // indirect
165+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4 // indirect
161166
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.2 // indirect
162-
github.com/aws/aws-sdk-go-v2/service/sso v1.24.2 // indirect
163-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.2 // indirect
164-
github.com/aws/aws-sdk-go-v2/service/sts v1.32.2 // indirect
167+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.5 // indirect
168+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4 // indirect
169+
github.com/aws/aws-sdk-go-v2/service/sts v1.32.4 // indirect
165170
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240730143543-a8d7d3c42ca1 // indirect
166171
github.com/beorn7/perks v1.0.1 // indirect
167172
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
@@ -173,19 +178,22 @@ require (
173178
github.com/buildkite/interpolate v0.1.3 // indirect
174179
github.com/buildkite/roko v1.2.0 // indirect
175180
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
181+
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
176182
github.com/cespare/xxhash/v2 v2.3.0 // indirect
177183
github.com/chai2010/gettext-go v1.0.3 // indirect
178184
github.com/cheggaaa/pb/v3 v3.1.5 // indirect
179185
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
180186
github.com/clbanning/mxj/v2 v2.7.0 // indirect
181187
github.com/cloudflare/circl v1.3.9 // indirect
188+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
182189
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
183190
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
184191
github.com/containerd/cgroups/v3 v3.0.3 // indirect
185-
github.com/containerd/containerd v1.7.22 // indirect
192+
github.com/containerd/containerd v1.7.23 // indirect
186193
github.com/containerd/containerd/api v1.7.19 // indirect
187194
github.com/containerd/continuity v0.4.3 // indirect
188-
github.com/containerd/errdefs v0.1.0 // indirect
195+
github.com/containerd/errdefs v0.3.0 // indirect
196+
github.com/containerd/errdefs/pkg v0.3.0 // indirect
189197
github.com/containerd/fifo v1.1.0 // indirect
190198
github.com/containerd/log v0.1.0 // indirect
191199
github.com/containerd/platforms v0.2.1 // indirect
@@ -194,20 +202,20 @@ require (
194202
github.com/containerd/typeurl/v2 v2.2.0 // indirect
195203
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
196204
github.com/containers/ocicrypt v1.2.0 // indirect
197-
github.com/containers/storage v1.55.0 // indirect
205+
github.com/containers/storage v1.56.0 // indirect
198206
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
199-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
207+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
200208
github.com/csaf-poc/csaf_distribution/v3 v3.0.0 // indirect
201209
github.com/cyberphone/json-canonicalization v0.0.0-20231217050601-ba74d44ecf5f // indirect
202-
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
210+
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
203211
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
204212
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
205213
github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect
206214
github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect
207215
github.com/dimchansky/utfbom v1.1.1 // indirect
208216
github.com/distribution/reference v0.6.0 // indirect
209217
github.com/dlclark/regexp2 v1.11.2 // indirect
210-
github.com/docker/cli v27.2.1+incompatible // indirect
218+
github.com/docker/cli v27.3.1+incompatible // indirect
211219
github.com/docker/distribution v2.8.3+incompatible // indirect
212220
github.com/docker/docker v27.3.1+incompatible // indirect
213221
github.com/docker/docker-credential-helpers v0.8.2 // indirect
@@ -218,6 +226,8 @@ require (
218226
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
219227
github.com/emicklei/proto v1.12.1 // indirect
220228
github.com/emirpasic/gods v1.18.1 // indirect
229+
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
230+
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
221231
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
222232
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
223233
github.com/fatih/color v1.17.0 // indirect
@@ -268,7 +278,7 @@ require (
268278
github.com/google/s2a-go v0.1.8 // indirect
269279
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
270280
github.com/google/wire v0.6.0 // indirect
271-
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
281+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
272282
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
273283
github.com/gopherjs/gopherjs v1.17.2 // indirect
274284
github.com/gorilla/websocket v1.5.3 // indirect
@@ -297,7 +307,7 @@ require (
297307
github.com/josharian/intern v1.0.0 // indirect
298308
github.com/jtolds/gls v4.20.0+incompatible // indirect
299309
github.com/kevinburke/ssh_config v1.2.0 // indirect
300-
github.com/klauspost/compress v1.17.9 // indirect
310+
github.com/klauspost/compress v1.17.11 // indirect
301311
github.com/klauspost/pgzip v1.2.6 // indirect
302312
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f // indirect
303313
github.com/knqyf263/go-deb-version v0.0.0-20230223133812-3ed183d23422 // indirect
@@ -326,7 +336,7 @@ require (
326336
github.com/mattn/go-isatty v0.0.20 // indirect
327337
github.com/mattn/go-runewidth v0.0.16 // indirect
328338
github.com/mattn/go-shellwords v1.0.12 // indirect
329-
github.com/mattn/go-sqlite3 v1.14.22 // indirect
339+
github.com/mattn/go-sqlite3 v1.14.24 // indirect
330340
github.com/microsoft/go-rustaudit v0.0.0-20220808201409-204dfee52032 // indirect
331341
github.com/miekg/pkcs11 v1.1.1 // indirect
332342
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -339,6 +349,7 @@ require (
339349
github.com/moby/docker-image-spec v1.3.1 // indirect
340350
github.com/moby/locker v1.0.1 // indirect
341351
github.com/moby/spdystream v0.4.0 // indirect
352+
github.com/moby/sys/capability v0.3.0 // indirect
342353
github.com/moby/sys/mountinfo v0.7.2 // indirect
343354
github.com/moby/sys/sequential v0.5.0 // indirect
344355
github.com/moby/sys/signal v0.7.1 // indirect
@@ -361,7 +372,7 @@ require (
361372
github.com/oleiade/reflections v1.1.0 // indirect
362373
github.com/open-policy-agent/opa v0.68.1-0.20240903211041-76f7038ea2d1 // indirect
363374
github.com/opencontainers/runtime-spec v1.2.0 // indirect
364-
github.com/opencontainers/selinux v1.11.0 // indirect
375+
github.com/opencontainers/selinux v1.11.1 // indirect
365376
github.com/opentracing/opentracing-go v1.2.0 // indirect
366377
github.com/openvex/discovery v0.1.1-0.20240802171711-7c54efc57553 // indirect
367378
github.com/openvex/go-vex v0.2.5 // indirect
@@ -374,9 +385,10 @@ require (
374385
github.com/pjbgf/sha1cd v0.3.0 // indirect
375386
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
376387
github.com/pkg/errors v0.9.1 // indirect
388+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
377389
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
378390
github.com/proglottis/gpgme v0.1.3 // indirect
379-
github.com/prometheus/common v0.55.0 // indirect
391+
github.com/prometheus/common v0.57.0 // indirect
380392
github.com/prometheus/procfs v0.15.1 // indirect
381393
github.com/protocolbuffers/txtpbfmt v0.0.0-20231025115547-084445ff1adf // indirect
382394
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
@@ -396,7 +408,7 @@ require (
396408
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
397409
github.com/shibumi/go-pathspec v1.3.0 // indirect
398410
github.com/shopspring/decimal v1.4.0 // indirect
399-
github.com/sigstore/fulcio v1.6.3 // indirect
411+
github.com/sigstore/fulcio v1.6.4 // indirect
400412
github.com/sigstore/protobuf-specs v0.3.2 // indirect
401413
github.com/sigstore/rekor v1.3.6 // indirect
402414
github.com/sigstore/sigstore-go v0.6.1 // indirect
@@ -416,7 +428,6 @@ require (
416428
github.com/stretchr/objx v0.5.2 // indirect
417429
github.com/subosito/gotenv v1.6.0 // indirect
418430
github.com/swaggo/files v1.0.1 // indirect
419-
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
420431
github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect
421432
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
422433
github.com/tetratelabs/wazero v1.8.0 // indirect
@@ -430,8 +441,8 @@ require (
430441
github.com/twitchtv/twirp v8.1.3+incompatible // indirect
431442
github.com/ulikunitz/xz v0.5.12 // indirect
432443
github.com/urfave/cli/v2 v2.27.4 // indirect
433-
github.com/vbatts/tar-split v0.11.5 // indirect
434-
github.com/vbauerster/mpb/v8 v8.7.5 // indirect
444+
github.com/vbatts/tar-split v0.11.6 // indirect
445+
github.com/vbauerster/mpb/v8 v8.8.3 // indirect
435446
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
436447
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
437448
github.com/x448/float16 v0.8.4 // indirect
@@ -452,46 +463,48 @@ require (
452463
go.mongodb.org/mongo-driver v1.16.0 // indirect
453464
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
454465
go.opencensus.io v0.24.0 // indirect
455-
go.opentelemetry.io/contrib/bridges/prometheus v0.53.0 // indirect
456-
go.opentelemetry.io/contrib/exporters/autoexport v0.53.0 // indirect
466+
go.opentelemetry.io/contrib/bridges/prometheus v0.54.0 // indirect
467+
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
468+
go.opentelemetry.io/contrib/exporters/autoexport v0.54.0 // indirect
457469
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
458470
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
459471
go.opentelemetry.io/otel v1.29.0 // indirect
460-
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 // indirect
461-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
462-
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 // indirect
472+
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0 // indirect
473+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 // indirect
474+
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0 // indirect
463475
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
464476
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
465-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
466-
go.opentelemetry.io/otel/exporters/prometheus v0.50.0 // indirect
467-
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.4.0 // indirect
468-
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 // indirect
469-
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
470-
go.opentelemetry.io/otel/log v0.4.0 // indirect
477+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.29.0 // indirect
478+
go.opentelemetry.io/otel/exporters/prometheus v0.51.0 // indirect
479+
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.5.0 // indirect
480+
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0 // indirect
481+
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 // indirect
482+
go.opentelemetry.io/otel/log v0.5.0 // indirect
471483
go.opentelemetry.io/otel/metric v1.29.0 // indirect
472484
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
473-
go.opentelemetry.io/otel/sdk/log v0.4.0 // indirect
474-
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
485+
go.opentelemetry.io/otel/sdk/log v0.5.0 // indirect
486+
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
475487
go.opentelemetry.io/otel/trace v1.29.0 // indirect
476488
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
477489
go.starlark.net v0.0.0-20240725214946-42030a7cedce // indirect
478490
go.step.sm/crypto v0.51.2 // indirect
479491
go.uber.org/multierr v1.11.0 // indirect
480492
go.uber.org/zap v1.27.0 // indirect
481493
golang.org/x/mod v0.21.0 // indirect
482-
golang.org/x/net v0.29.0 // indirect
494+
golang.org/x/net v0.30.0 // indirect
483495
golang.org/x/sync v0.8.0 // indirect
484496
golang.org/x/sys v0.26.0 // indirect
485497
golang.org/x/term v0.25.0 // indirect
486498
golang.org/x/text v0.19.0 // indirect
487499
golang.org/x/time v0.6.0 // indirect
488-
golang.org/x/tools v0.24.0 // indirect
500+
golang.org/x/tools v0.26.0 // indirect
489501
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
490-
google.golang.org/api v0.196.0 // indirect
502+
google.golang.org/api v0.197.0 // indirect
491503
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
492-
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
504+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
493505
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
494-
google.golang.org/grpc v1.66.0 // indirect
506+
google.golang.org/grpc v1.67.0 // indirect
507+
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
495508
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
496509
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
497510
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)