Skip to content

Commit ca673af

Browse files
Update elastic-agent-libs to v0.9.5 (#3484)
1 parent 16457aa commit ca673af

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

NOTICE.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,11 @@ SOFTWARE
460460

461461
--------------------------------------------------------------------------------
462462
Dependency : github.com/elastic/elastic-agent-libs
463-
Version: v0.9.4
463+
Version: v0.9.5
464464
Licence type (autodetected): Apache-2.0
465465
--------------------------------------------------------------------------------
466466

467-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.9.4/LICENSE:
467+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.9.5/LICENSE:
468468

469469
Apache License
470470
Version 2.0, January 2004

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Pallinder/go-randomdata v1.2.0
77
github.com/dgraph-io/ristretto v0.1.1
88
github.com/elastic/elastic-agent-client/v7 v7.8.1
9-
github.com/elastic/elastic-agent-libs v0.9.4
9+
github.com/elastic/elastic-agent-libs v0.9.5
1010
github.com/elastic/elastic-agent-system-metrics v0.9.2
1111
github.com/elastic/go-elasticsearch/v8 v8.13.1
1212
github.com/elastic/go-ucfg v0.8.8

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
3030
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
3131
github.com/elastic/elastic-agent-client/v7 v7.8.1 h1:J9wZc/0mUvSEok0X5iR5+n60Jgb+AWooKddb3XgPWqM=
3232
github.com/elastic/elastic-agent-client/v7 v7.8.1/go.mod h1:axl1nkdqc84YRFkeJGD9jExKNPUrOrzf3DFo2m653nY=
33-
github.com/elastic/elastic-agent-libs v0.9.4 h1:I6c1NAj3grJ1YZgo+U04w0csMAWGIn6eZTb23Z5MbAI=
34-
github.com/elastic/elastic-agent-libs v0.9.4/go.mod h1:SkMnpLm+tXybBrIWK6f3rcOhrDIztLbYCV46m8gwc8g=
33+
github.com/elastic/elastic-agent-libs v0.9.5 h1:zHlQAohjyuKmH4N79Lzs9lXLaLJad37CkSly/8hNzfg=
34+
github.com/elastic/elastic-agent-libs v0.9.5/go.mod h1:h+izqYohdAEdb3OywTLvrrw7Yon5jiiP8N/F5NgDgBQ=
3535
github.com/elastic/elastic-agent-system-metrics v0.9.2 h1:/tvTKOt55EerU0WwGFoDhBlyWLgxyv7d8xCbny0bciw=
3636
github.com/elastic/elastic-agent-system-metrics v0.9.2/go.mod h1:VfJnKw4Jqrd9ddljXCwaGKJgN+7ADyyGk089NaXVsf0=
3737
github.com/elastic/elastic-transport-go/v8 v8.5.0 h1:v5membAl7lvQgBTexPRDBO/RdnlQX+FM9fUVDyXxvH0=

testing/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/docker/distribution v2.8.2+incompatible // indirect
3232
github.com/docker/go-connections v0.4.0 // indirect
3333
github.com/docker/go-units v0.5.0 // indirect
34-
github.com/elastic/elastic-agent-libs v0.9.4 // indirect
34+
github.com/elastic/elastic-agent-libs v0.9.5 // indirect
3535
github.com/gogo/protobuf v1.3.2 // indirect
3636
github.com/golang/protobuf v1.5.4 // indirect
3737
github.com/google/uuid v1.6.0 // indirect

testing/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4
3737
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
3838
github.com/elastic/elastic-agent-client/v7 v7.8.1 h1:J9wZc/0mUvSEok0X5iR5+n60Jgb+AWooKddb3XgPWqM=
3939
github.com/elastic/elastic-agent-client/v7 v7.8.1/go.mod h1:axl1nkdqc84YRFkeJGD9jExKNPUrOrzf3DFo2m653nY=
40-
github.com/elastic/elastic-agent-libs v0.9.4 h1:I6c1NAj3grJ1YZgo+U04w0csMAWGIn6eZTb23Z5MbAI=
41-
github.com/elastic/elastic-agent-libs v0.9.4/go.mod h1:SkMnpLm+tXybBrIWK6f3rcOhrDIztLbYCV46m8gwc8g=
40+
github.com/elastic/elastic-agent-libs v0.9.5 h1:zHlQAohjyuKmH4N79Lzs9lXLaLJad37CkSly/8hNzfg=
41+
github.com/elastic/elastic-agent-libs v0.9.5/go.mod h1:h+izqYohdAEdb3OywTLvrrw7Yon5jiiP8N/F5NgDgBQ=
4242
github.com/gofrs/uuid v4.4.0+incompatible h1:3qXRTX8/NbyulANqlc0lchS1gqAVxRgsuW1YrTJupqA=
4343
github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
4444
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=

0 commit comments

Comments
 (0)