Skip to content

Commit 1d0b121

Browse files
author
CF Logging And Metrics CI Bot
committed
Bump dependencies
1 parent 347fc5c commit 1d0b121

File tree

103 files changed

+6208
-2288
lines changed

Some content is hidden

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

103 files changed

+6208
-2288
lines changed

src/go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,35 @@ go 1.22.0
55
toolchain go1.22.10
66

77
require (
8-
code.cloudfoundry.org/go-batching v0.0.0-20241125161418-1c4c43ed1a1e
9-
code.cloudfoundry.org/go-diodes v0.0.0-20241202111822-779c0b5a3368
8+
code.cloudfoundry.org/go-batching v0.0.0-20241223135445-b8f45a03eb70
9+
code.cloudfoundry.org/go-diodes v0.0.0-20241223074059-7f8c1f03edeb
1010
code.cloudfoundry.org/go-envstruct v1.7.0
11-
code.cloudfoundry.org/go-metric-registry v0.0.0-20241209201411-ef47a098cdc4
12-
code.cloudfoundry.org/tlsconfig v0.11.0
11+
code.cloudfoundry.org/go-metric-registry v0.0.0-20241216212740-f99815f94a2a
12+
code.cloudfoundry.org/tlsconfig v0.14.0
1313
github.com/Benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea
1414
github.com/benbjohnson/jmphash v0.0.0-20141216154655-2d58f234cd86
1515
github.com/cespare/xxhash v1.1.0 // indirect
16-
github.com/cloudfoundry/gosigar v1.3.79
16+
github.com/cloudfoundry/gosigar v1.3.82
1717
github.com/dvsekhvalnov/jose2go v1.8.0
1818
github.com/emirpasic/gods v1.18.1
19-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0
19+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1
2020
github.com/influxdata/go-syslog/v3 v3.0.1-0.20210608084020-ac565dc76ba6
21-
github.com/onsi/ginkgo/v2 v2.22.0
22-
github.com/onsi/gomega v1.36.0
21+
github.com/onsi/ginkgo/v2 v2.22.1
22+
github.com/onsi/gomega v1.36.2
2323
github.com/prometheus/client_golang v1.20.5
2424
github.com/prometheus/client_model v0.6.1
2525
github.com/prometheus/common v0.61.0
2626
github.com/prometheus/prometheus v1.99.0
27-
golang.org/x/net v0.32.0
28-
google.golang.org/grpc v1.68.1
29-
google.golang.org/protobuf v1.35.2
27+
golang.org/x/net v0.33.0
28+
google.golang.org/grpc v1.69.2
29+
google.golang.org/protobuf v1.36.1
3030
)
3131

3232
require (
3333
code.cloudfoundry.org/go-log-cache/v3 v3.0.3
3434
code.cloudfoundry.org/go-loggregator/v10 v10.0.1
3535
github.com/cespare/xxhash/v2 v2.3.0
36-
github.com/go-chi/chi/v5 v5.1.0
36+
github.com/go-chi/chi/v5 v5.2.0
3737
github.com/shirou/gopsutil/v4 v4.24.11
3838
)
3939

@@ -54,7 +54,7 @@ require (
5454
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
5555
github.com/golang/snappy v0.0.4 // indirect
5656
github.com/google/go-cmp v0.6.0 // indirect
57-
github.com/google/pprof v0.0.0-20241206021119-61a79c692802 // indirect
57+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
5858
github.com/klauspost/compress v1.17.11 // indirect
5959
github.com/lufia/plan9stats v0.0.0-20240909124753-873cd0166683 // indirect
6060
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
@@ -67,14 +67,14 @@ require (
6767
github.com/tklauser/go-sysconf v0.3.14 // indirect
6868
github.com/tklauser/numcpus v0.9.0 // indirect
6969
github.com/yusufpapurcu/wmi v1.2.4 // indirect
70-
go.step.sm/crypto v0.55.0 // indirect
71-
golang.org/x/crypto v0.30.0 // indirect
70+
go.step.sm/crypto v0.56.0 // indirect
71+
golang.org/x/crypto v0.31.0 // indirect
7272
golang.org/x/sync v0.10.0 // indirect
7373
golang.org/x/sys v0.28.0 // indirect
7474
golang.org/x/text v0.21.0 // indirect
7575
golang.org/x/tools v0.28.0 // indirect
76-
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
77-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
76+
google.golang.org/genproto/googleapis/api v0.0.0-20241223144023-3abc09e42ca8 // indirect
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
7878
gopkg.in/yaml.v2 v2.4.0 // indirect
7979
gopkg.in/yaml.v3 v3.0.1 // indirect
8080
)

src/go.sum

Lines changed: 48 additions & 34 deletions
Large diffs are not rendered by default.

src/vendor/github.com/go-chi/chi/v5/README.md

Lines changed: 3 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/go-chi/chi/v5/chi.go

Lines changed: 5 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/go-chi/chi/v5/context.go

Lines changed: 4 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/go-chi/chi/v5/mux.go

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

src/vendor/github.com/grpc-ecosystem/grpc-gateway/v2/runtime/handler.go

Lines changed: 8 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/grpc-ecosystem/grpc-gateway/v2/runtime/marshaler.go

Lines changed: 8 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/grpc-ecosystem/grpc-gateway/v2/runtime/query.go

Lines changed: 6 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/onsi/ginkgo/v2/.gitignore

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

0 commit comments

Comments
 (0)