Skip to content

Commit 2a60538

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

File tree

142 files changed

+6462
-1391
lines changed

Some content is hidden

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

142 files changed

+6462
-1391
lines changed

src/go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ module code.cloudfoundry.org/loggregator-release/src
22

33
go 1.22.0
44

5-
toolchain go1.22.9
5+
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-20241125060457-612558937770
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
1111
code.cloudfoundry.org/go-loggregator/v10 v10.0.1
12-
code.cloudfoundry.org/go-metric-registry v0.0.0-20241125210533-4270b99b04f2
12+
code.cloudfoundry.org/go-metric-registry v0.0.0-20241216212740-f99815f94a2a
1313
code.cloudfoundry.org/go-pubsub v0.0.0-20241004173325-747df57058b2
14-
code.cloudfoundry.org/tlsconfig v0.10.0
14+
code.cloudfoundry.org/tlsconfig v0.13.0
1515
github.com/cloudfoundry/noaa/v2 v2.5.0
16-
github.com/cloudfoundry/sonde-go v0.0.0-20241016180203-3c0e1c24e908
16+
github.com/cloudfoundry/sonde-go v0.0.0-20241223073712-8666f251e654
1717
github.com/gorilla/handlers v1.5.2
1818
github.com/gorilla/mux v1.8.1
1919
github.com/gorilla/websocket v1.5.3
20-
github.com/onsi/ginkgo/v2 v2.22.0
21-
github.com/onsi/gomega v1.36.0
20+
github.com/onsi/ginkgo/v2 v2.22.1
21+
github.com/onsi/gomega v1.36.1
2222
github.com/prometheus/client_golang v1.20.5
23-
golang.org/x/net v0.31.0
24-
google.golang.org/grpc v1.68.0-dev
25-
google.golang.org/protobuf v1.35.2
23+
golang.org/x/net v0.33.0
24+
google.golang.org/grpc v1.69.2
25+
google.golang.org/protobuf v1.36.1
2626
)
2727

2828
require (
@@ -35,22 +35,22 @@ require (
3535
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
3636
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
3737
github.com/google/go-cmp v0.6.0 // indirect
38-
github.com/google/pprof v0.0.0-20241128161848-dc51965c6481 // indirect
38+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
3939
github.com/klauspost/compress v1.17.11 // indirect
4040
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4141
github.com/nxadm/tail v1.4.11 // indirect
4242
github.com/onsi/ginkgo v1.16.5 // indirect
4343
github.com/pkg/errors v0.9.1 // indirect
4444
github.com/prometheus/client_model v0.6.1 // indirect
45-
github.com/prometheus/common v0.60.1 // indirect
45+
github.com/prometheus/common v0.61.0 // indirect
4646
github.com/prometheus/procfs v0.15.1 // indirect
4747
github.com/square/certstrap v1.3.0 // indirect
48-
go.step.sm/crypto v0.54.2 // indirect
49-
golang.org/x/crypto v0.29.0 // indirect
50-
golang.org/x/sys v0.27.0 // indirect
51-
golang.org/x/text v0.20.0 // indirect
52-
golang.org/x/tools v0.27.0 // indirect
53-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
48+
go.step.sm/crypto v0.56.0 // indirect
49+
golang.org/x/crypto v0.31.0 // indirect
50+
golang.org/x/sys v0.28.0 // indirect
51+
golang.org/x/text v0.21.0 // indirect
52+
golang.org/x/tools v0.28.0 // indirect
53+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
5454
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
5555
gopkg.in/yaml.v3 v3.0.1 // indirect
5656
)

src/go.sum

Lines changed: 56 additions & 40 deletions
Large diffs are not rendered by default.

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.

src/vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md

Lines changed: 13 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/onsi/ginkgo/v2/ginkgo/outline/outline.go

Lines changed: 23 additions & 3 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/internal/suite.go

Lines changed: 3 additions & 3 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/types/version.go

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

src/vendor/github.com/onsi/gomega/CHANGELOG.md

Lines changed: 6 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/onsi/gomega/gomega_dsl.go

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

src/vendor/github.com/onsi/gomega/matchers/have_field.go

Lines changed: 6 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)