Skip to content

Commit c89d805

Browse files
author
CF Logging And Metrics CI Bot
committed
Bump dependencies
1 parent f8102c6 commit c89d805

File tree

154 files changed

+4744
-3336
lines changed

Some content is hidden

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

154 files changed

+4744
-3336
lines changed

src/go.mod

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,26 @@ module code.cloudfoundry.org/log-cache
33
go 1.25.0
44

55
require (
6-
code.cloudfoundry.org/go-batching v0.0.0-20251014122718-c1d3384054b4
7-
code.cloudfoundry.org/go-diodes v0.0.0-20251020045843-c2c4393d1b2b
6+
code.cloudfoundry.org/go-batching v0.0.0-20251126133559-2f153499d8c2
7+
code.cloudfoundry.org/go-diodes v0.0.0-20251124091730-becfb70ab838
88
code.cloudfoundry.org/go-envstruct v1.7.0
9-
code.cloudfoundry.org/go-metric-registry v0.0.0-20251020183543-7ff6993ea85d
10-
code.cloudfoundry.org/tlsconfig v0.37.0
9+
code.cloudfoundry.org/go-metric-registry v0.0.0-20251126124006-751f54e6f9aa
10+
code.cloudfoundry.org/tlsconfig v0.41.0
1111
github.com/Benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea
1212
github.com/benbjohnson/jmphash v0.0.0-20141216154655-2d58f234cd86
1313
github.com/cespare/xxhash v1.1.0 // indirect
14-
github.com/cloudfoundry/gosigar v1.3.104
14+
github.com/cloudfoundry/gosigar v1.3.112
1515
github.com/dvsekhvalnov/jose2go v1.8.0
1616
github.com/emirpasic/gods v1.18.1
1717
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3
18-
github.com/onsi/ginkgo/v2 v2.27.1
18+
github.com/onsi/ginkgo/v2 v2.27.2
1919
github.com/onsi/gomega v1.38.2
2020
github.com/prometheus/client_golang v1.23.2
2121
github.com/prometheus/client_model v0.6.2
22-
github.com/prometheus/common v0.67.1
22+
github.com/prometheus/common v0.67.4
2323
github.com/prometheus/prometheus v1.99.0
24-
golang.org/x/net v0.46.0
25-
google.golang.org/grpc v1.76.0
24+
golang.org/x/net v0.47.0
25+
google.golang.org/grpc v1.77.0
2626
google.golang.org/protobuf v1.36.10
2727
)
2828

@@ -32,7 +32,7 @@ require (
3232
github.com/cespare/xxhash/v2 v2.3.0
3333
github.com/go-chi/chi/v5 v5.2.3
3434
github.com/leodido/go-syslog/v4 v4.3.0
35-
github.com/shirou/gopsutil/v4 v4.25.9
35+
github.com/shirou/gopsutil/v4 v4.25.11
3636
)
3737

3838
require (
@@ -43,7 +43,7 @@ require (
4343
github.com/benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea // indirect
4444
github.com/beorn7/perks v1.0.1 // indirect
4545
github.com/blang/semver/v4 v4.0.0 // indirect
46-
github.com/ebitengine/purego v0.9.0 // indirect
46+
github.com/ebitengine/purego v0.9.1 // indirect
4747
github.com/edsrzf/mmap-go v1.2.0 // indirect
4848
github.com/go-kit/kit v0.13.0 // indirect
4949
github.com/go-kit/log v0.2.1 // indirect
@@ -53,31 +53,30 @@ require (
5353
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5454
github.com/golang/snappy v1.0.0 // indirect
5555
github.com/google/go-cmp v0.7.0 // indirect
56-
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d // indirect
56+
github.com/google/pprof v0.0.0-20251208000136-3d256cb9ff16 // indirect
5757
github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect
5858
github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3 // indirect
5959
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6060
github.com/oklog/ulid v1.3.1 // indirect
6161
github.com/opentracing/opentracing-go v1.2.0 // indirect
6262
github.com/pkg/errors v0.9.1 // indirect
6363
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
64-
github.com/prometheus/procfs v0.19.1 // indirect
64+
github.com/prometheus/procfs v0.19.2 // indirect
6565
github.com/square/certstrap v1.3.0 // indirect
66-
github.com/tklauser/go-sysconf v0.3.15 // indirect
67-
github.com/tklauser/numcpus v0.10.0 // indirect
66+
github.com/tklauser/go-sysconf v0.3.16 // indirect
67+
github.com/tklauser/numcpus v0.11.0 // indirect
6868
github.com/yusufpapurcu/wmi v1.2.4 // indirect
69-
go.step.sm/crypto v0.72.0 // indirect
70-
go.uber.org/automaxprocs v1.6.0 // indirect
69+
go.step.sm/crypto v0.75.0 // indirect
7170
go.yaml.in/yaml/v2 v2.4.3 // indirect
7271
go.yaml.in/yaml/v3 v3.0.4 // indirect
73-
golang.org/x/crypto v0.43.0 // indirect
74-
golang.org/x/mod v0.29.0 // indirect
75-
golang.org/x/sync v0.17.0 // indirect
76-
golang.org/x/sys v0.37.0 // indirect
77-
golang.org/x/text v0.30.0 // indirect
78-
golang.org/x/tools v0.38.0 // indirect
79-
google.golang.org/genproto/googleapis/api v0.0.0-20251022142026-3a174f9686a8 // indirect
80-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
72+
golang.org/x/crypto v0.45.0 // indirect
73+
golang.org/x/mod v0.30.0 // indirect
74+
golang.org/x/sync v0.18.0 // indirect
75+
golang.org/x/sys v0.38.0 // indirect
76+
golang.org/x/text v0.31.0 // indirect
77+
golang.org/x/tools v0.39.0 // indirect
78+
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
79+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
8180
gopkg.in/yaml.v2 v2.4.0 // indirect
8281
)
8382

src/go.sum

Lines changed: 62 additions & 66 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)