Skip to content

Commit 6dfc6a7

Browse files
Bump github.com/elastic/elastic-agent-libs from 0.9.1 to 0.9.4 (#4587)
* Bump github.com/elastic/elastic-agent-libs from 0.9.1 to 0.9.4 Bumps [github.com/elastic/elastic-agent-libs](https://github.com/elastic/elastic-agent-libs) from 0.9.1 to 0.9.4. - [Release notes](https://github.com/elastic/elastic-agent-libs/releases) - [Commits](elastic/elastic-agent-libs@v0.9.1...v0.9.4) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-libs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] <support@github.com> 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: Craig MacKenzie <craig.mackenzie@elastic.co>
1 parent 71723ae commit 6dfc6a7

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

NOTICE.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1166,11 +1166,11 @@ SOFTWARE
11661166

11671167
--------------------------------------------------------------------------------
11681168
Dependency : github.com/elastic/elastic-agent-libs
1169-
Version: v0.9.1
1169+
Version: v0.9.4
11701170
Licence type (autodetected): Apache-2.0
11711171
--------------------------------------------------------------------------------
11721172

1173-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.9.1/LICENSE:
1173+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.9.4/LICENSE:
11741174

11751175
Apache License
11761176
Version 2.0, January 2004
@@ -26992,11 +26992,11 @@ Contents of probable licence file $GOMODCACHE/github.com/prometheus/common@v0.48
2699226992

2699326993
--------------------------------------------------------------------------------
2699426994
Dependency : github.com/prometheus/procfs
26995-
Version: v0.12.0
26995+
Version: v0.13.0
2699626996
Licence type (autodetected): Apache-2.0
2699726997
--------------------------------------------------------------------------------
2699826998

26999-
Contents of probable licence file $GOMODCACHE/github.com/prometheus/procfs@v0.12.0/LICENSE:
26999+
Contents of probable licence file $GOMODCACHE/github.com/prometheus/procfs@v0.13.0/LICENSE:
2700027000

2700127001
Apache License
2700227002
Version 2.0, January 2004
@@ -39678,11 +39678,11 @@ limitations under the License.
3967839678

3967939679
--------------------------------------------------------------------------------
3968039680
Dependency : howett.net/plist
39681-
Version: v1.0.0
39681+
Version: v1.0.1
3968239682
Licence type (autodetected): BSD-2-Clause
3968339683
--------------------------------------------------------------------------------
3968439684

39685-
Contents of probable licence file $GOMODCACHE/howett.net/plist@v1.0.0/LICENSE:
39685+
Contents of probable licence file $GOMODCACHE/howett.net/plist@v1.0.1/LICENSE:
3968639686

3968739687
Copyright (c) 2013, Dustin L. Howett. All rights reserved.
3968839688

go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/elastic/e2e-testing v1.1.0
1515
github.com/elastic/elastic-agent-autodiscover v0.6.8
1616
github.com/elastic/elastic-agent-client/v7 v7.8.1
17-
github.com/elastic/elastic-agent-libs v0.9.1
17+
github.com/elastic/elastic-agent-libs v0.9.4
1818
github.com/elastic/elastic-agent-system-metrics v0.9.2
1919
github.com/elastic/elastic-transport-go/v8 v8.5.0
2020
github.com/elastic/go-elasticsearch/v8 v8.13.1
@@ -191,7 +191,7 @@ require (
191191
github.com/prometheus/client_golang v1.19.0 // indirect
192192
github.com/prometheus/client_model v0.6.1 // indirect
193193
github.com/prometheus/common v0.48.0 // indirect
194-
github.com/prometheus/procfs v0.12.0 // indirect
194+
github.com/prometheus/procfs v0.13.0 // indirect
195195
github.com/rivo/uniseg v0.4.4 // indirect
196196
github.com/rs/cors v1.10.1 // indirect
197197
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
@@ -257,7 +257,7 @@ require (
257257
google.golang.org/grpc/examples v0.0.0-20220304170021-431ea809a767 // indirect
258258
gopkg.in/inf.v0 v0.9.1 // indirect
259259
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
260-
howett.net/plist v1.0.0 // indirect
260+
howett.net/plist v1.0.1 // indirect
261261
k8s.io/kube-openapi v0.0.0-20221207184640-f3cff1453715 // indirect
262262
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
263263
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

go.sum

+6-5
Original file line numberDiff line numberDiff line change
@@ -802,8 +802,8 @@ github.com/elastic/elastic-agent-autodiscover v0.6.8 h1:BSXz+QwjZAEt08G+T3GDGl14
802802
github.com/elastic/elastic-agent-autodiscover v0.6.8/go.mod h1:hFeFqneS2r4jD0/QzGkrNk0YVdN0JGh7lCWdsH7zcI4=
803803
github.com/elastic/elastic-agent-client/v7 v7.8.1 h1:J9wZc/0mUvSEok0X5iR5+n60Jgb+AWooKddb3XgPWqM=
804804
github.com/elastic/elastic-agent-client/v7 v7.8.1/go.mod h1:axl1nkdqc84YRFkeJGD9jExKNPUrOrzf3DFo2m653nY=
805-
github.com/elastic/elastic-agent-libs v0.9.1 h1:vuvWNER0CS9zvHC9fT6zqEGWLPk9j/wbFbiC9GCMfps=
806-
github.com/elastic/elastic-agent-libs v0.9.1/go.mod h1:pGMj5myawdqu+xE+WKvM5FQzKQ/MonikkWOzoFTJxaU=
805+
github.com/elastic/elastic-agent-libs v0.9.4 h1:I6c1NAj3grJ1YZgo+U04w0csMAWGIn6eZTb23Z5MbAI=
806+
github.com/elastic/elastic-agent-libs v0.9.4/go.mod h1:SkMnpLm+tXybBrIWK6f3rcOhrDIztLbYCV46m8gwc8g=
807807
github.com/elastic/elastic-agent-system-metrics v0.9.2 h1:/tvTKOt55EerU0WwGFoDhBlyWLgxyv7d8xCbny0bciw=
808808
github.com/elastic/elastic-agent-system-metrics v0.9.2/go.mod h1:VfJnKw4Jqrd9ddljXCwaGKJgN+7ADyyGk089NaXVsf0=
809809
github.com/elastic/elastic-integration-corpus-generator-tool v0.5.0/go.mod h1:uf9N86y+UACGybdEhZLpwZ93XHWVhsYZAA4c2T2v6YM=
@@ -1679,8 +1679,8 @@ github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
16791679
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
16801680
github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
16811681
github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4=
1682-
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
1683-
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
1682+
github.com/prometheus/procfs v0.13.0 h1:GqzLlQyfsPbaEHaQkO7tbDlriv/4o5Hudv6OXHGKX7o=
1683+
github.com/prometheus/procfs v0.13.0/go.mod h1:cd4PFCR54QLnGKPaKGA6l+cfuNXtht43ZKY6tow0Y1g=
16841684
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
16851685
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
16861686
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
@@ -2978,8 +2978,9 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
29782978
honnef.co/go/tools v0.4.3/go.mod h1:36ZgoUOrqOk1GxwHhyryEkq8FQWkUO2xGuSMhUCcdvA=
29792979
howett.net/plist v0.0.0-20181124034731-591f970eefbb/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0=
29802980
howett.net/plist v0.0.0-20201203080718-1454fab16a06/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0=
2981-
howett.net/plist v1.0.0 h1:7CrbWYbPPO/PyNy38b2EB/+gYbjCe2DXBxgtOOZbSQM=
29822981
howett.net/plist v1.0.0/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
2982+
howett.net/plist v1.0.1 h1:37GdZ8tP09Q35o9ych3ehygcsL+HqKSwzctveSlarvM=
2983+
howett.net/plist v1.0.1/go.mod h1:lqaXoTrLY4hg8tnEzNru53gicrbv7rrk+2xJA/7hw9g=
29832984
k8s.io/api v0.20.1/go.mod h1:KqwcCVogGxQY3nBlRpwt+wpAMF/KjaCc7RpywacvqUo=
29842985
k8s.io/api v0.20.4/go.mod h1:++lNL1AJMkDymriNniQsWRkMDzRaX2Y/POTUi8yvqYQ=
29852986
k8s.io/api v0.20.6/go.mod h1:X9e8Qag6JV/bL5G6bU8sdVRltWKmdHsFUGS3eVndqE8=

0 commit comments

Comments
 (0)