Skip to content

Commit f879e33

Browse files
fix(deps): update module github.com/magiconair/properties to v1.8.10 (#8625)
* fix(deps): update module github.com/magiconair/properties to v1.8.10 * generate --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Michael Morello <[email protected]>
1 parent 38a2511 commit f879e33

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2106,11 +2106,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
21062106

21072107
--------------------------------------------------------------------------------
21082108
Module : github.com/magiconair/properties
2109-
Version : v1.8.9
2110-
Time : 2024-12-07T18:36:23Z
2109+
Version : v1.8.10
2110+
Time : 2025-04-09T19:30:57Z
21112111
Licence : BSD-2-Clause
21122112

2113-
Contents of probable licence file $GOMODCACHE/github.com/magiconair/[email protected].9/LICENSE.md:
2113+
Contents of probable licence file $GOMODCACHE/github.com/magiconair/[email protected].10/LICENSE.md:
21142114

21152115
Copyright (c) 2013-2020, Frank Schroeder
21162116

docs/reference/third-party-dependencies.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This page lists the third-party dependencies used to build {{eck}}.
3232
| [github.com/hashicorp/go-multierror](https://github.com/hashicorp/go-multierror) | v1.1.1 | MPL-2.0 |
3333
| [github.com/hashicorp/golang-lru/v2](https://github.com/hashicorp/golang-lru) | v2.0.7 | MPL-2.0 |
3434
| [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | v1.16.0 | MPL-2.0 |
35-
| [github.com/magiconair/properties](https://github.com/magiconair/properties) | v1.8.9 | BSD-2-Clause |
35+
| [github.com/magiconair/properties](https://github.com/magiconair/properties) | v1.8.10 | BSD-2-Clause |
3636
| [github.com/pkg/errors](https://github.com/pkg/errors) | v0.9.1 | BSD-2-Clause |
3737
| [github.com/pmezard/go-difflib](https://github.com/pmezard/go-difflib) | v1.0.1-0.20181226105442-5d4384ee4fb2 | BSD-3-Clause |
3838
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | v1.21.1 | Apache-2.0 |

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/hashicorp/go-multierror v1.1.1
2222
github.com/hashicorp/golang-lru/v2 v2.0.7
2323
github.com/hashicorp/vault/api v1.16.0
24-
github.com/magiconair/properties v1.8.9
24+
github.com/magiconair/properties v1.8.10
2525
github.com/pkg/errors v0.9.1
2626
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
2727
github.com/prometheus/client_golang v1.21.1

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
168168
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
169169
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
170170
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
171-
github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM=
172-
github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
171+
github.com/magiconair/properties v1.8.10 h1:s31yESBquKXCV9a/ScB3ESkOjUYYv+X0rg8SYxI99mE=
172+
github.com/magiconair/properties v1.8.10/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
173173
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
174174
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
175175
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=

0 commit comments

Comments
 (0)