Skip to content

Commit 2e2582c

Browse files
author
CF Logging And Metrics CI Bot
committed
Bump dependencies
1 parent f5f7cad commit 2e2582c

File tree

373 files changed

+42910
-3408
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+42910
-3408
lines changed

src/go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ go 1.25.0
55
require (
66
code.cloudfoundry.org/go-envstruct v1.7.0
77
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
8-
code.cloudfoundry.org/go-metric-registry v0.0.0-20250910081605-f8a5859593c1
9-
code.cloudfoundry.org/tlsconfig v0.35.0
8+
code.cloudfoundry.org/go-metric-registry v0.0.0-20251217144704-dc6bced22a33
9+
code.cloudfoundry.org/tlsconfig v0.42.0
1010
github.com/hashicorp/go-hclog v1.6.3
1111
github.com/hashicorp/raft v1.7.3
12-
github.com/nats-io/nats.go v1.45.0
13-
github.com/onsi/ginkgo/v2 v2.25.3
14-
github.com/onsi/gomega v1.38.2
12+
github.com/nats-io/nats.go v1.48.0
13+
github.com/onsi/ginkgo/v2 v2.27.3
14+
github.com/onsi/gomega v1.38.3
1515
github.com/prometheus/client_model v0.6.2
16-
github.com/prometheus/common v0.66.1
17-
golang.org/x/sync v0.17.0
18-
google.golang.org/grpc v1.75.1
16+
github.com/prometheus/common v0.67.4
17+
golang.org/x/sync v0.19.0
18+
google.golang.org/grpc v1.78.0
1919
gopkg.in/yaml.v3 v3.0.1
2020
)
2121

2222
require (
23-
code.cloudfoundry.org/go-diodes v0.0.0-20250909124000-1dfc755f0d96 // indirect
23+
code.cloudfoundry.org/go-diodes v0.0.0-20251217145408-467f62baff7d // indirect
2424
filippo.io/edwards25519 v1.1.0 // indirect
2525
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2626
github.com/armon/go-metrics v0.4.1 // indirect
@@ -30,30 +30,30 @@ require (
3030
github.com/go-logr/logr v1.4.3 // indirect
3131
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3232
github.com/google/go-cmp v0.7.0 // indirect
33-
github.com/google/pprof v0.0.0-20250919162441-8b542baf5bcf // indirect
33+
github.com/google/pprof v0.0.0-20251213031049-b05bdaca462f // indirect
3434
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
3535
github.com/hashicorp/go-metrics v0.5.4 // indirect
36-
github.com/hashicorp/go-msgpack/v2 v2.1.3 // indirect
36+
github.com/hashicorp/go-msgpack/v2 v2.1.5 // indirect
3737
github.com/hashicorp/golang-lru v1.0.2 // indirect
38-
github.com/klauspost/compress v1.18.0 // indirect
38+
github.com/klauspost/compress v1.18.2 // indirect
3939
github.com/mattn/go-colorable v0.1.14 // indirect
4040
github.com/mattn/go-isatty v0.0.20 // indirect
4141
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
42-
github.com/nats-io/nkeys v0.4.11 // indirect
42+
github.com/nats-io/nkeys v0.4.12 // indirect
4343
github.com/nats-io/nuid v1.0.1 // indirect
4444
github.com/pkg/errors v0.9.1 // indirect
4545
github.com/prometheus/client_golang v1.23.2 // indirect
46-
github.com/prometheus/procfs v0.17.0 // indirect
46+
github.com/prometheus/procfs v0.19.2 // indirect
4747
github.com/square/certstrap v1.3.0 // indirect
48-
go.step.sm/crypto v0.70.0 // indirect
49-
go.uber.org/automaxprocs v1.6.0 // indirect
48+
go.step.sm/crypto v0.75.0 // indirect
5049
go.yaml.in/yaml/v2 v2.4.3 // indirect
5150
go.yaml.in/yaml/v3 v3.0.4 // indirect
52-
golang.org/x/crypto v0.42.0 // indirect
53-
golang.org/x/net v0.44.0 // indirect
54-
golang.org/x/sys v0.36.0 // indirect
55-
golang.org/x/text v0.29.0 // indirect
56-
golang.org/x/tools v0.37.0 // indirect
57-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
58-
google.golang.org/protobuf v1.36.9 // indirect
51+
golang.org/x/crypto v0.46.0 // indirect
52+
golang.org/x/mod v0.31.0 // indirect
53+
golang.org/x/net v0.48.0 // indirect
54+
golang.org/x/sys v0.39.0 // indirect
55+
golang.org/x/text v0.32.0 // indirect
56+
golang.org/x/tools v0.40.0 // indirect
57+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251222181119-0a764e51fe1b // indirect
58+
google.golang.org/protobuf v1.36.11 // indirect
5959
)

src/go.sum

Lines changed: 84 additions & 64 deletions
Large diffs are not rendered by default.

src/vendor/github.com/google/pprof/profile/proto.go

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/hashicorp/go-msgpack/v2/codec/decode.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/hashicorp/go-msgpack/v2/codec/gen-internal.go

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/hashicorp/go-msgpack/v2/codec/helper.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/klauspost/compress/flate/deflate.go

Lines changed: 16 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/vendor/github.com/klauspost/compress/flate/dict_decoder.go

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)