Skip to content

Commit 73e1c71

Browse files
chore(deps): bump github.com/elastic/elastic-agent-libs (#872)
Bumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/elastic/elastic-agent-libs/releases) - [Commits](elastic/elastic-agent-libs@v0.24.1...v0.25.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-libs dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f812b3a commit 73e1c71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extension/beatsauthextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/elastic/opentelemetry-collector-components/extension/beatsauth
33
go 1.24.0
44

55
require (
6-
github.com/elastic/elastic-agent-libs v0.24.1
6+
github.com/elastic/elastic-agent-libs v0.25.0
77
github.com/stretchr/testify v1.11.1
88
go.elastic.co/apm/module/apmelasticsearch/v2 v2.7.1
99
go.opentelemetry.io/collector/component v1.44.0

extension/beatsauthextension/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZx
44
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
66
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
7-
github.com/elastic/elastic-agent-libs v0.24.1 h1:kFPpOG5mbdaGRRNXPb2KfEaR65Uoi8nsMbDOKA02/Go=
8-
github.com/elastic/elastic-agent-libs v0.24.1/go.mod h1:o/iXtbHYaojpG4BOY7Z3hFMQAgEoqq2owO17JPGpf3A=
7+
github.com/elastic/elastic-agent-libs v0.25.0 h1:DZ/92eIjujrXw7u9CxV58MK04P1fGABpMwqDOKCj/z4=
8+
github.com/elastic/elastic-agent-libs v0.25.0/go.mod h1:o/iXtbHYaojpG4BOY7Z3hFMQAgEoqq2owO17JPGpf3A=
99
github.com/elastic/go-sysinfo v1.14.0 h1:dQRtiqLycoOOla7IflZg3aN213vqJmP0lpVpKQ9lUEY=
1010
github.com/elastic/go-sysinfo v1.14.0/go.mod h1:FKUXnZWhnYI0ueO7jhsGV3uQJ5hiz8OqM5b3oGyaRr8=
1111
github.com/elastic/go-ucfg v0.8.5 h1:4GB/rMpuh7qTcSFaxJUk97a/JyvFzhi6t+kaskTTLdM=

0 commit comments

Comments
 (0)