File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7- FROM golang:1.23.6 -bookworm
7+ FROM golang:1.25.8 -bookworm
88
99RUN set -x \
1010 && DEBIAN_FRONTEND=noninteractive apt-get update \
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ kafka_ssl_key: "/etc/banjax/key.pem"
2222kafka_ssl_key_password : password
2323kafka_report_topic : ' banjax_report_topic'
2424kafka_command_topic : ' banjax_command_topic'
25- kafka_min_bytes : 1000000 # 1MB
25+ kafka_min_bytes : 1 # 1
2626kafka_max_bytes : 10000000 # 10MB
27- kafka_max_wait_ms : 500
27+ kafka_max_wait_ms : 50
2828kafka_dialer_timeout_seconds : 20
2929kafka_dialer_keep_alive_seconds : 120
3030password_protected_paths :
Original file line number Diff line number Diff line change 11module github.com/deflect-ca/banjax
22
3- go 1.23.0
4-
5- toolchain go1.23.1
3+ go 1.25.8
64
75require (
86 github.com/coreos/go-iptables v0.7.0
@@ -14,7 +12,7 @@ require (
1412 github.com/klauspost/compress v1.17.9 // indirect
1513 github.com/mattn/go-isatty v0.0.20 // indirect
1614 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
17- github.com/segmentio/kafka-go v0.4.49
15+ github.com/segmentio/kafka-go v0.4.50
1816 golang.org/x/crypto v0.36.0 // indirect
1917 golang.org/x/sys v0.31.0 // indirect
2018 golang.org/x/text v0.23.0 // indirect
Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ github.com/pierrec/lz4/v4 v4.1.21 h1:yOVMLb6qSIDP67pl/5F7RepeKYu/VmTyEXvuMI5d9mQ
6666github.com/pierrec/lz4/v4 v4.1.21 /go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4 =
6767github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
6868github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
69- github.com/segmentio/kafka-go v0.4.49 h1:GJiNX1d/g+kG6ljyJEoi9++PUMdXGAxb7JGPiDCuNmk =
70- github.com/segmentio/kafka-go v0.4.49 /go.mod h1:Y1gn60kzLEEaW28YshXyk2+VCUKbJ3Qr6DrnT3i4+9E =
69+ github.com/segmentio/kafka-go v0.4.50 h1:mcyC3tT5WeyWzrFbd6O374t+hmcu1NKt2Pu1L3QaXmc =
70+ github.com/segmentio/kafka-go v0.4.50 /go.mod h1:Y1gn60kzLEEaW28YshXyk2+VCUKbJ3Qr6DrnT3i4+9E =
7171github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
7272github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
7373github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
You can’t perform that action at this time.
0 commit comments