Skip to content

Commit c29a629

Browse files
dependabot[bot]zirainrudrakhp
authored
build(deps): bump the gomod group across 1 directory with 9 updates (#7462)
* build(deps): bump the gomod group across 1 directory with 9 updates Bumps the gomod group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/cli](https://github.com/docker/cli) | `28.5.1+incompatible` | `28.5.2+incompatible` | | [github.com/go-openapi/spec](https://github.com/go-openapi/spec) | `0.22.0` | `0.22.1` | | [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) | `0.24.0` | `0.25.0` | | [github.com/go-openapi/validate](https://github.com/go-openapi/validate) | `0.25.0` | `0.25.1` | | [github.com/ohler55/ojg](https://github.com/ohler55/ojg) | `1.26.10` | `1.26.11` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.67.1` | `0.67.2` | | [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) | `0.55.0` | `0.56.0` | | [github.com/replicatedhq/troubleshoot](https://github.com/replicatedhq/troubleshoot) | `0.123.11` | `0.123.12` | | [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | `1.8.0` | `1.9.0` | Updates `github.com/docker/cli` from 28.5.1+incompatible to 28.5.2+incompatible - [Commits](docker/cli@v28.5.1...v28.5.2) Updates `github.com/go-openapi/spec` from 0.22.0 to 0.22.1 - [Commits](go-openapi/spec@v0.22.0...v0.22.1) Updates `github.com/go-openapi/strfmt` from 0.24.0 to 0.25.0 - [Commits](go-openapi/strfmt@v0.24.0...v0.25.0) Updates `github.com/go-openapi/validate` from 0.25.0 to 0.25.1 - [Commits](go-openapi/validate@v0.25.0...v0.25.1) Updates `github.com/ohler55/ojg` from 1.26.10 to 1.26.11 - [Release notes](https://github.com/ohler55/ojg/releases) - [Changelog](https://github.com/ohler55/ojg/blob/develop/CHANGELOG.md) - [Commits](ohler55/ojg@v1.26.10...v1.26.11) Updates `github.com/prometheus/common` from 0.67.1 to 0.67.2 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.67.1...v0.67.2) Updates `github.com/quic-go/quic-go` from 0.55.0 to 0.56.0 - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](quic-go/quic-go@v0.55.0...v0.56.0) Updates `github.com/replicatedhq/troubleshoot` from 0.123.11 to 0.123.12 - [Release notes](https://github.com/replicatedhq/troubleshoot/releases) - [Commits](replicatedhq/troubleshoot@v0.123.11...v0.123.12) Updates `go.opentelemetry.io/proto/otlp` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases) - [Commits](open-telemetry/opentelemetry-proto-go@v1.8.0...v1.9.0) --- updated-dependencies: - dependency-name: github.com/docker/cli dependency-version: 28.5.2+incompatible dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/go-openapi/spec dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/go-openapi/validate dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/ohler55/ojg dependency-version: 1.26.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/prometheus/common dependency-version: 0.67.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/quic-go/quic-go dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/replicatedhq/troubleshoot dependency-version: 0.123.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: go.opentelemetry.io/proto/otlp dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> * fix gen Signed-off-by: zirain <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: zirain <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zirain <[email protected]> Co-authored-by: Rudrakh Panigrahi <[email protected]>
1 parent c853061 commit c29a629

File tree

4 files changed

+58
-54
lines changed

4 files changed

+58
-54
lines changed

examples/extension-server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
2525
github.com/go-logr/logr v1.4.3 // indirect
2626
github.com/go-openapi/jsonpointer v0.22.1 // indirect
27-
github.com/go-openapi/jsonreference v0.21.2 // indirect
27+
github.com/go-openapi/jsonreference v0.21.3 // indirect
2828
github.com/go-openapi/swag v0.23.1 // indirect
2929
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
3030
github.com/gobuffalo/flect v1.0.3 // indirect

examples/extension-server/go.sum

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,14 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
4242
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
4343
github.com/go-openapi/jsonpointer v0.22.1 h1:sHYI1He3b9NqJ4wXLoJDKmUmHkWy/L7rtEo92JUxBNk=
4444
github.com/go-openapi/jsonpointer v0.22.1/go.mod h1:pQT9OsLkfz1yWoMgYFy4x3U5GY5nUlsOn1qSBH5MkCM=
45-
github.com/go-openapi/jsonreference v0.21.2 h1:Wxjda4M/BBQllegefXrY/9aq1fxBA8sI5M/lFU6tSWU=
46-
github.com/go-openapi/jsonreference v0.21.2/go.mod h1:pp3PEjIsJ9CZDGCNOyXIQxsNuroxm8FAJ/+quA0yKzQ=
45+
github.com/go-openapi/jsonreference v0.21.3 h1:96Dn+MRPa0nYAR8DR1E03SblB5FJvh7W6krPI0Z7qMc=
46+
github.com/go-openapi/jsonreference v0.21.3/go.mod h1:RqkUP0MrLf37HqxZxrIAtTWW4ZJIK1VzduhXYBEeGc4=
4747
github.com/go-openapi/swag v0.23.1 h1:lpsStH0n2ittzTnbaSloVZLuB5+fvSY/+hnagBjSNZU=
4848
github.com/go-openapi/swag v0.23.1/go.mod h1:STZs8TbRvEQQKUA+JZNAm3EWlgaOBGpyFDqQnDHMef0=
4949
github.com/go-openapi/swag/jsonname v0.25.1 h1:Sgx+qbwa4ej6AomWC6pEfXrA6uP2RkaNjA9BR8a1RJU=
5050
github.com/go-openapi/swag/jsonname v0.25.1/go.mod h1:71Tekow6UOLBD3wS7XhdT98g5J5GR13NOTQ9/6Q11Zo=
51+
github.com/go-openapi/testify/v2 v2.0.2 h1:X999g3jeLcoY8qctY/c/Z8iBHTbwLz7R2WXd6Ub6wls=
52+
github.com/go-openapi/testify/v2 v2.0.2/go.mod h1:HCPmvFFnheKK2BuwSA0TbbdxJ3I16pjwMkYkP4Ywn54=
5153
github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI=
5254
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
5355
github.com/gobuffalo/flect v1.0.3 h1:xeWBM2nui+qnVvNM4S3foBhCAL2XgPU+a7FdpelbTq4=
@@ -112,8 +114,8 @@ github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h
112114
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
113115
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
114116
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
115-
github.com/prometheus/common v0.67.1 h1:OTSON1P4DNxzTg4hmKCc37o4ZAZDv0cfXLkOt0oEowI=
116-
github.com/prometheus/common v0.67.1/go.mod h1:RpmT9v35q2Y+lsieQsdOh5sXZ6ajUGC8NjZAmr8vb0Q=
117+
github.com/prometheus/common v0.67.2 h1:PcBAckGFTIHt2+L3I33uNRTlKTplNzFctXcWhPyAEN8=
118+
github.com/prometheus/common v0.67.2/go.mod h1:63W3KZb1JOKgcjlIr64WW/LvFGAqKPj0atm+knVGEko=
117119
github.com/prometheus/procfs v0.17.0 h1:FuLQ+05u4ZI+SS/w9+BWEM2TXiHKsUQ9TADiRH7DuK0=
118120
github.com/prometheus/procfs v0.17.0/go.mod h1:oPQLaDAMRbA+u8H5Pbfq+dl3VDAvHxMUOVhe0wYB2zw=
119121
github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII=
@@ -162,8 +164,8 @@ go.opentelemetry.io/otel/sdk/metric v1.38.0 h1:aSH66iL0aZqo//xXzQLYozmWrXxyFkBJ6
162164
go.opentelemetry.io/otel/sdk/metric v1.38.0/go.mod h1:dg9PBnW9XdQ1Hd6ZnRz689CbtrUp0wMMs9iPcgT9EZA=
163165
go.opentelemetry.io/otel/trace v1.38.0 h1:Fxk5bKrDZJUH+AMyyIXGcFAPah0oRcT+LuNtJrmcNLE=
164166
go.opentelemetry.io/otel/trace v1.38.0/go.mod h1:j1P9ivuFsTceSWe1oY+EeW3sc+Pp42sO++GHkg4wwhs=
165-
go.opentelemetry.io/proto/otlp v1.8.0 h1:fRAZQDcAFHySxpJ1TwlA1cJ4tvcrw7nXl9xWWC8N5CE=
166-
go.opentelemetry.io/proto/otlp v1.8.0/go.mod h1:tIeYOeNBU4cvmPqpaji1P+KbB4Oloai8wN4rWzRrFF0=
167+
go.opentelemetry.io/proto/otlp v1.9.0 h1:l706jCMITVouPOqEnii2fIAuO3IVGBRPV5ICjceRb/A=
168+
go.opentelemetry.io/proto/otlp v1.9.0/go.mod h1:xE+Cx5E/eEHw+ISFkwPLwCZefwVjY+pqKg1qcK03+/4=
167169
go.uber.org/automaxprocs v1.6.0 h1:O3y2/QNTOdbF+e/dpXNNW7Rx2hZ4sTIPyybbxyNqTUs=
168170
go.uber.org/automaxprocs v1.6.0/go.mod h1:ifeIMSnPZuznNm6jmdzmU3/bfk01Fe2fotchwEFJ8r8=
169171
go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
@@ -185,8 +187,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
185187
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
186188
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
187189
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
188-
golang.org/x/oauth2 v0.31.0 h1:8Fq0yVZLh4j4YA47vHKFTa9Ew5XIrCP8LC6UeNZnLxo=
189-
golang.org/x/oauth2 v0.31.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
190+
golang.org/x/oauth2 v0.32.0 h1:jsCblLleRMDrxMN29H3z/k1KliIvpLgCkE6R8FXXNgY=
191+
golang.org/x/oauth2 v0.32.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
190192
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
191193
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
192194
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
1313
github.com/containers/image/v5 v5.36.2
1414
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
15-
github.com/docker/cli v28.5.1+incompatible
15+
github.com/docker/cli v28.5.2+incompatible
1616
github.com/docker/docker v28.3.3+incompatible
1717
github.com/dominikbraun/graph v0.23.0
1818
github.com/envoyproxy/go-control-plane v0.13.5-0.20251029084203-42a4a9261f66
@@ -27,22 +27,22 @@ require (
2727
github.com/go-logfmt/logfmt v0.6.1
2828
github.com/go-logr/logr v1.4.3
2929
github.com/go-logr/zapr v1.3.0
30-
github.com/go-openapi/spec v0.22.0
31-
github.com/go-openapi/strfmt v0.24.0
32-
github.com/go-openapi/validate v0.25.0
30+
github.com/go-openapi/spec v0.22.1
31+
github.com/go-openapi/strfmt v0.25.0
32+
github.com/go-openapi/validate v0.25.1
3333
github.com/golang/protobuf v1.5.4
3434
github.com/google/cel-go v0.26.0
3535
github.com/google/go-cmp v0.7.0
3636
github.com/google/go-containerregistry v0.20.6
3737
github.com/klauspost/compress v1.18.1
3838
github.com/miekg/dns v1.1.68
39-
github.com/ohler55/ojg v1.26.10
39+
github.com/ohler55/ojg v1.26.11
4040
github.com/pkg/errors v0.9.1
4141
github.com/prometheus/client_golang v1.23.2
4242
github.com/prometheus/client_model v0.6.2
43-
github.com/prometheus/common v0.67.1
44-
github.com/quic-go/quic-go v0.55.0
45-
github.com/replicatedhq/troubleshoot v0.123.11
43+
github.com/prometheus/common v0.67.2
44+
github.com/quic-go/quic-go v0.56.0
45+
github.com/replicatedhq/troubleshoot v0.123.12
4646
github.com/shopspring/decimal v1.4.0
4747
github.com/spf13/cobra v1.10.1
4848
github.com/spf13/pflag v1.0.10
@@ -59,7 +59,7 @@ require (
5959
go.opentelemetry.io/otel/metric v1.38.0
6060
go.opentelemetry.io/otel/sdk v1.38.0
6161
go.opentelemetry.io/otel/sdk/metric v1.38.0
62-
go.opentelemetry.io/proto/otlp v1.8.0
62+
go.opentelemetry.io/proto/otlp v1.9.0
6363
go.uber.org/zap v1.27.0
6464
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792
6565
golang.org/x/net v0.46.0
@@ -151,11 +151,11 @@ require (
151151
github.com/go-jose/go-jose/v4 v4.1.2 // indirect
152152
github.com/go-logr/stdr v1.2.2 // indirect
153153
github.com/go-ole/go-ole v1.3.0 // indirect
154-
github.com/go-openapi/analysis v0.24.0 // indirect
155-
github.com/go-openapi/errors v0.22.3 // indirect
154+
github.com/go-openapi/analysis v0.24.1 // indirect
155+
github.com/go-openapi/errors v0.22.4 // indirect
156156
github.com/go-openapi/jsonpointer v0.22.1 // indirect
157-
github.com/go-openapi/jsonreference v0.21.2 // indirect
158-
github.com/go-openapi/loads v0.23.1 // indirect
157+
github.com/go-openapi/jsonreference v0.21.3 // indirect
158+
github.com/go-openapi/loads v0.23.2 // indirect
159159
github.com/go-openapi/swag v0.23.1 // indirect
160160
github.com/go-openapi/swag/conv v0.25.1 // indirect
161161
github.com/go-openapi/swag/fileutils v0.25.1 // indirect
@@ -283,7 +283,7 @@ require (
283283
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
284284
go.etcd.io/etcd/client/pkg/v3 v3.6.4 // indirect
285285
go.etcd.io/etcd/client/v3 v3.6.4 // indirect
286-
go.mongodb.org/mongo-driver v1.17.4 // indirect
286+
go.mongodb.org/mongo-driver v1.17.6 // indirect
287287
go.opencensus.io v0.24.0 // indirect
288288
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
289289
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
@@ -297,7 +297,7 @@ require (
297297
golang.org/x/crypto v0.43.0 // indirect
298298
golang.org/x/crypto/x509roots/fallback v0.0.0-20250406160420-959f8f3db0fb // indirect
299299
golang.org/x/mod v0.28.0 // indirect
300-
golang.org/x/oauth2 v0.31.0 // indirect
300+
golang.org/x/oauth2 v0.32.0 // indirect
301301
golang.org/x/sync v0.17.0 // indirect
302302
golang.org/x/sys v0.37.0 // indirect
303303
golang.org/x/term v0.36.0 // indirect

0 commit comments

Comments
 (0)