Skip to content

Commit 77ee566

Browse files
build(deps): bump github.com/elastic/elastic-agent-libs from 0.18.12 to 0.19.0 (#4760)
* build(deps): bump github.com/elastic/elastic-agent-libs Bumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.18.12 to 0.19.0. - [Release notes](https://github.com/elastic/elastic-agent-libs/releases) - [Commits](elastic/elastic-agent-libs@v0.18.12...v0.19.0) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-libs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Post dependabot file modifications * Running go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com> Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent 599ff10 commit 77ee566

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,11 +691,11 @@ SOFTWARE
691691

692692
--------------------------------------------------------------------------------
693693
Dependency : github.com/elastic/elastic-agent-libs
694-
Version: v0.18.12
694+
Version: v0.19.0
695695
Licence type (autodetected): Apache-2.0
696696
--------------------------------------------------------------------------------
697697

698-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.18.12/LICENSE:
698+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.19.0/LICENSE:
699699

700700
Apache License
701701
Version 2.0, January 2004

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/elastic/fleet-server/v7
22

3-
go 1.24
3+
go 1.24.1
44

55
require (
66
github.com/Pallinder/go-randomdata v1.2.0
77
github.com/cenkalti/backoff/v4 v4.3.0
88
github.com/dgraph-io/ristretto v0.2.0
99
github.com/docker/go-units v0.5.0
1010
github.com/elastic/elastic-agent-client/v7 v7.17.2
11-
github.com/elastic/elastic-agent-libs v0.18.12
11+
github.com/elastic/elastic-agent-libs v0.19.0
1212
github.com/elastic/elastic-agent-system-metrics v0.11.11
1313
github.com/elastic/go-elasticsearch/v8 v8.17.1
1414
github.com/elastic/go-ucfg v0.8.8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
3535
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
3636
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
3737
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
38-
github.com/elastic/elastic-agent-libs v0.18.12 h1:jy6iEo2gKllXg0wBb90QCNr4L54a0eSRRm8ZeXyhsdQ=
39-
github.com/elastic/elastic-agent-libs v0.18.12/go.mod h1:Repx7BMzE1v/gTipPogNIQeEnSGwOWGBC63h7h9c5aM=
38+
github.com/elastic/elastic-agent-libs v0.19.0 h1:xqDkX6kjz3rBH02QQWk3kFsn8M0uv/5bKtIJOztlI8Y=
39+
github.com/elastic/elastic-agent-libs v0.19.0/go.mod h1:koK4coWhHibGMT3Ujni8tuLyGw8k9ttsO+AlX4ypHkI=
4040
github.com/elastic/elastic-agent-system-metrics v0.11.11 h1:Qjh3Zef23PfGlG91AF+9ciNLNQf/8cDJ4CalnLZtV3g=
4141
github.com/elastic/elastic-agent-system-metrics v0.11.11/go.mod h1:GNqmKfvOt8PwORjbS6GllNdMfkLpOWyTa7P8oQq4E5o=
4242
github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4=

testing/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/elastic/fleet-server/testing
22

3-
go 1.24
4-
5-
toolchain go1.24.0
3+
go 1.24.1
64

75
replace (
86
github.com/elastic/fleet-server/pkg/api => ../pkg/api
@@ -34,7 +32,7 @@ require (
3432
github.com/distribution/reference v0.6.0 // indirect
3533
github.com/docker/go-connections v0.5.0 // indirect
3634
github.com/docker/go-units v0.5.0 // indirect
37-
github.com/elastic/elastic-agent-libs v0.18.12 // indirect
35+
github.com/elastic/elastic-agent-libs v0.19.0 // indirect
3836
github.com/felixge/httpsnoop v1.0.4 // indirect
3937
github.com/go-logr/logr v1.4.2 // indirect
4038
github.com/go-logr/stdr v1.2.2 // indirect

testing/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
4141
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
4242
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=
4343
github.com/elastic/elastic-agent-client/v7 v7.17.2/go.mod h1:5irRFqp6HLqtu1S+OeY0jg8x7K6PLL+DW+PwVk1vJnk=
44-
github.com/elastic/elastic-agent-libs v0.18.12 h1:jy6iEo2gKllXg0wBb90QCNr4L54a0eSRRm8ZeXyhsdQ=
45-
github.com/elastic/elastic-agent-libs v0.18.12/go.mod h1:Repx7BMzE1v/gTipPogNIQeEnSGwOWGBC63h7h9c5aM=
44+
github.com/elastic/elastic-agent-libs v0.19.0 h1:xqDkX6kjz3rBH02QQWk3kFsn8M0uv/5bKtIJOztlI8Y=
45+
github.com/elastic/elastic-agent-libs v0.19.0/go.mod h1:koK4coWhHibGMT3Ujni8tuLyGw8k9ttsO+AlX4ypHkI=
4646
github.com/elastic/go-sysinfo v1.15.1 h1:zBmTnFEXxIQ3iwcQuk7MzaUotmKRp3OabbbWM8TdzIQ=
4747
github.com/elastic/go-sysinfo v1.15.1/go.mod h1:jPSuTgXG+dhhh0GKIyI2Cso+w5lPJ5PvVqKlL8LV/Hk=
4848
github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk=

0 commit comments

Comments
 (0)