Skip to content

Commit 63ad0e2

Browse files
author
CF Logging And Metrics CI Bot
committed
Bump dependencies
1 parent 0930e2c commit 63ad0e2

Some content is hidden

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

46 files changed

+2509
-157
lines changed

src/go.mod

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ toolchain go1.23.4
77
require (
88
code.cloudfoundry.org/go-envstruct v1.7.0
99
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
10-
code.cloudfoundry.org/go-metric-registry v0.0.0-20241216212740-f99815f94a2a
11-
code.cloudfoundry.org/tlsconfig v0.14.0
10+
code.cloudfoundry.org/go-metric-registry v0.0.0-20250107131239-51ba784c3fe1
11+
code.cloudfoundry.org/tlsconfig v0.15.0
1212
github.com/hashicorp/go-hclog v1.6.3
13-
github.com/hashicorp/raft v1.7.1
13+
github.com/hashicorp/raft v1.7.2
1414
github.com/nats-io/nats.go v1.38.0
1515
github.com/onsi/ginkgo/v2 v2.22.2
1616
github.com/onsi/gomega v1.36.2
1717
github.com/prometheus/client_model v0.6.1
1818
github.com/prometheus/common v0.61.0
1919
golang.org/x/sync v0.10.0
20-
google.golang.org/grpc v1.69.2
20+
google.golang.org/grpc v1.69.4
2121
gopkg.in/yaml.v3 v3.0.1
2222
)
2323

2424
require (
25-
code.cloudfoundry.org/go-diodes v0.0.0-20241223074059-7f8c1f03edeb // indirect
25+
code.cloudfoundry.org/go-diodes v0.0.0-20250107092748-442ea8f9957b // indirect
2626
filippo.io/edwards25519 v1.1.0 // indirect
2727
github.com/armon/go-metrics v0.4.1 // indirect
2828
github.com/beorn7/perks v1.0.1 // indirect
@@ -33,10 +33,11 @@ require (
3333
github.com/google/go-cmp v0.6.0 // indirect
3434
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
3535
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
36+
github.com/hashicorp/go-metrics v0.5.4 // indirect
3637
github.com/hashicorp/go-msgpack/v2 v2.1.2 // indirect
3738
github.com/hashicorp/golang-lru v1.0.2 // indirect
3839
github.com/klauspost/compress v1.17.11 // indirect
39-
github.com/mattn/go-colorable v0.1.13 // indirect
40+
github.com/mattn/go-colorable v0.1.14 // indirect
4041
github.com/mattn/go-isatty v0.0.20 // indirect
4142
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4243
github.com/nats-io/nkeys v0.4.9 // indirect
@@ -46,11 +47,11 @@ require (
4647
github.com/prometheus/procfs v0.15.1 // indirect
4748
github.com/square/certstrap v1.3.0 // indirect
4849
go.step.sm/crypto v0.56.0 // indirect
49-
golang.org/x/crypto v0.31.0 // indirect
50-
golang.org/x/net v0.33.0 // indirect
50+
golang.org/x/crypto v0.32.0 // indirect
51+
golang.org/x/net v0.34.0 // indirect
5152
golang.org/x/sys v0.29.0 // indirect
5253
golang.org/x/text v0.21.0 // indirect
53-
golang.org/x/tools v0.28.0 // indirect
54-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250102185135-69823020774d // indirect
55-
google.golang.org/protobuf v1.36.1 // indirect
54+
golang.org/x/tools v0.29.0 // indirect
55+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
56+
google.golang.org/protobuf v1.36.2 // indirect
5657
)

src/go.sum

Lines changed: 78 additions & 26 deletions
Large diffs are not rendered by default.

src/vendor/github.com/hashicorp/go-metrics/.gitignore

Lines changed: 26 additions & 0 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-metrics/.travis.yml

Lines changed: 16 additions & 0 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-metrics/LICENSE

Lines changed: 18 additions & 0 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-metrics/README.md

Lines changed: 131 additions & 0 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-metrics/compat/armon.go

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

0 commit comments

Comments
 (0)