@@ -2,43 +2,42 @@ module code.cloudfoundry.org/log-cache
22
33go 1.25.0
44
5- toolchain go1.23.8
6-
75require (
8- code.cloudfoundry.org/go-batching v0.0.0-20250505163757-782705ba2997
9- code.cloudfoundry.org/go-diodes v0.0.0-20250505082646-e4c2d772c2ec
6+ code.cloudfoundry.org/go-batching v0.0.0-20250910050538-48bd654c294d
7+ code.cloudfoundry.org/go-diodes v0.0.0-20250909124000-1dfc755f0d96
108 code.cloudfoundry.org/go-envstruct v1.7.0
11- code.cloudfoundry.org/go-metric-registry v0.0.0-20250611124144-ca953cadd16e
12- code.cloudfoundry.org/tlsconfig v0.29 .0
9+ code.cloudfoundry.org/go-metric-registry v0.0.0-20250910081605-f8a5859593c1
10+ code.cloudfoundry.org/tlsconfig v0.35 .0
1311 github.com/Benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea
1412 github.com/benbjohnson/jmphash v0.0.0-20141216154655-2d58f234cd86
1513 github.com/cespare/xxhash v1.1.0 // indirect
16- github.com/cloudfoundry/gosigar v1.3.93
14+ github.com/cloudfoundry/gosigar v1.3.100
1715 github.com/dvsekhvalnov/jose2go v1.8.0
1816 github.com/emirpasic/gods v1.18.1
19- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
20- github.com/onsi/ginkgo/v2 v2.23.4
21- github.com/onsi/gomega v1.37.0
22- github.com/prometheus/client_golang v1.22.0
17+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2
18+ github.com/onsi/ginkgo/v2 v2.25.3
19+ github.com/onsi/gomega v1.38.2
20+ github.com/prometheus/client_golang v1.23.2
2321 github.com/prometheus/client_model v0.6.2
24- github.com/prometheus/common v0.64.0
22+ github.com/prometheus/common v0.66.1
2523 github.com/prometheus/prometheus v1.99.0
26- golang.org/x/net v0.41 .0
27- google.golang.org/grpc v1.73.0
28- google.golang.org/protobuf v1.36.6
24+ golang.org/x/net v0.44 .0
25+ google.golang.org/grpc v1.75.1
26+ google.golang.org/protobuf v1.36.9
2927)
3028
3129require (
3230 code.cloudfoundry.org/go-log-cache/v3 v3.1.1
3331 code.cloudfoundry.org/go-loggregator/v10 v10.2.0
3432 github.com/cespare/xxhash/v2 v2.3.0
35- github.com/go-chi/chi/v5 v5.2.1
33+ github.com/go-chi/chi/v5 v5.2.3
3634 github.com/leodido/go-syslog/v4 v4.2.0
37- github.com/shirou/gopsutil/v4 v4.25.5
35+ github.com/shirou/gopsutil/v4 v4.25.8
3836)
3937
4038require (
4139 filippo.io/edwards25519 v1.1.0 // indirect
40+ github.com/Masterminds/semver/v3 v3.4.0 // indirect
4241 github.com/OneOfOne/xxhash v1.2.8 // indirect
4342 github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
4443 github.com/benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea // indirect
@@ -54,30 +53,31 @@ require (
5453 github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5554 github.com/golang/snappy v1.0.0 // indirect
5655 github.com/google/go-cmp v0.7.0 // indirect
57- github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
56+ github.com/google/pprof v0.0.0-20250903194437-c28834ac2320 // indirect
5857 github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b // indirect
59- github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
58+ github.com/lufia/plan9stats v0.0.0-20250827001030-24949be3fa54 // indirect
6059 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
6160 github.com/oklog/ulid v1.3.1 // indirect
6261 github.com/opentracing/opentracing-go v1.2.0 // indirect
6362 github.com/pkg/errors v0.9.1 // indirect
6463 github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
65- github.com/prometheus/procfs v0.16.1 // indirect
64+ github.com/prometheus/procfs v0.17.0 // indirect
6665 github.com/square/certstrap v1.3.0 // indirect
6766 github.com/tklauser/go-sysconf v0.3.15 // indirect
6867 github.com/tklauser/numcpus v0.10.0 // indirect
6968 github.com/yusufpapurcu/wmi v1.2.4 // indirect
70- go.step.sm/crypto v0.66 .0 // indirect
69+ go.step.sm/crypto v0.70 .0 // indirect
7170 go.uber.org/automaxprocs v1.6.0 // indirect
72- golang.org/x/crypto v0.39.0 // indirect
73- golang.org/x/sync v0.15.0 // indirect
74- golang.org/x/sys v0.33.0 // indirect
75- golang.org/x/text v0.26.0 // indirect
76- golang.org/x/tools v0.34.0 // indirect
77- google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
78- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
71+ go.yaml.in/yaml/v2 v2.4.3 // indirect
72+ go.yaml.in/yaml/v3 v3.0.4 // indirect
73+ golang.org/x/crypto v0.42.0 // indirect
74+ golang.org/x/sync v0.17.0 // indirect
75+ golang.org/x/sys v0.36.0 // indirect
76+ golang.org/x/text v0.29.0 // indirect
77+ golang.org/x/tools v0.37.0 // indirect
78+ google.golang.org/genproto/googleapis/api v0.0.0-20250908214217-97024824d090 // indirect
79+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
7980 gopkg.in/yaml.v2 v2.4.0 // indirect
80- gopkg.in/yaml.v3 v3.0.1 // indirect
8181)
8282
8383replace github.com/prometheus/prometheus => github.com/prometheus/prometheus v2.13.1+incompatible // pinned
0 commit comments