Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.10
1.24.11
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11
RUN set -x && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -576,11 +576,11 @@ SOFTWARE.

--------------------------------------------------------------------------------
Dependency : github.com/elastic/beats/v7
Version: v7.17.30-0.20251120204030-1ed52bf59d36
Version: v7.17.30-0.20251204135923-0f9ab0e77770
Licence type (autodetected): Elastic
--------------------------------------------------------------------------------

Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251120204030-1ed52bf59d36/LICENSE.txt:
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251204135923-0f9ab0e77770/LICENSE.txt:

Source code in this repository is variously licensed under the Apache License
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/dop251/goja_nodejs v0.0.0-20230226152057-060fa99b809f // indirect
github.com/dustin/go-humanize v1.0.1
github.com/elastic/apm-server/approvaltest v0.0.0-00010101000000-000000000000
github.com/elastic/beats/v7 v7.17.30-0.20251120204030-1ed52bf59d36
github.com/elastic/beats/v7 v7.17.30-0.20251204135923-0f9ab0e77770
github.com/elastic/ecs v1.12.0
github.com/elastic/elastic-agent-client/v7 v7.8.1 // indirect
github.com/elastic/gmux v0.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ github.com/eapache/queue v1.1.0 h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=
github.com/eapache/queue v1.1.0/go.mod h1:6eCeP0CKFpHLu8blIFXhExK/dRa7WDZfr6jVFPTqq+I=
github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2 h1:DW6WrARxK5J+o8uAKCiACi5wy9EK1UzrsCpGBPsKHAA=
github.com/eclipse/paho.mqtt.golang v1.2.1-0.20200121105743-0d940dd29fd2/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=
github.com/elastic/beats/v7 v7.17.30-0.20251120204030-1ed52bf59d36 h1:MLVSvs0qdB23qWqgcVlffWJTJGMvbHePsWaAKM8ccFE=
github.com/elastic/beats/v7 v7.17.30-0.20251120204030-1ed52bf59d36/go.mod h1:WxwVxu3RtLBd0Y8rAE3UP40LwHKw/3whEBCEMQpgYEU=
github.com/elastic/beats/v7 v7.17.30-0.20251204135923-0f9ab0e77770 h1:3p+A8ZAuasgN04qYUd/qhjY9AYol0za4yi266NHVKoA=
github.com/elastic/beats/v7 v7.17.30-0.20251204135923-0f9ab0e77770/go.mod h1:WxwVxu3RtLBd0Y8rAE3UP40LwHKw/3whEBCEMQpgYEU=
github.com/elastic/ecs v1.12.0 h1:u6WZ2AWtxv5vHvTQ4EuVZdWZ51mKHQ2UIltRePcta5U=
github.com/elastic/ecs v1.12.0/go.mod h1:pgiLbQsijLOJvFR8OTILLu0Ni/R/foUNg0L+T6mU9b4=
github.com/elastic/elastic-agent-client/v7 v7.8.1 h1:J9wZc/0mUvSEok0X5iR5+n60Jgb+AWooKddb3XgPWqM=
Expand Down
2 changes: 1 addition & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24.9
FROM golang:1.24.11
MAINTAINER Nicolas Ruflin <[email protected]>

RUN apt-get update
Expand Down