File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2106,11 +2106,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
2106
2106
2107
2107
--------------------------------------------------------------------------------
2108
2108
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
2111
2111
Licence : BSD-2-Clause
2112
2112
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:
2114
2114
2115
2115
Copyright (c) 2013-2020, Frank Schroeder
2116
2116
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This page lists the third-party dependencies used to build {{eck}}.
32
32
| [ github.com/hashicorp/go-multierror] ( https://github.com/hashicorp/go-multierror ) | v1.1.1 | MPL-2.0 |
33
33
| [ github.com/hashicorp/golang-lru/v2] ( https://github.com/hashicorp/golang-lru ) | v2.0.7 | MPL-2.0 |
34
34
| [ 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 |
36
36
| [ github.com/pkg/errors] ( https://github.com/pkg/errors ) | v0.9.1 | BSD-2-Clause |
37
37
| [ github.com/pmezard/go-difflib] ( https://github.com/pmezard/go-difflib ) | v1.0.1-0.20181226105442-5d4384ee4fb2 | BSD-3-Clause |
38
38
| [ github.com/prometheus/client_golang] ( https://github.com/prometheus/client_golang ) | v1.21.1 | Apache-2.0 |
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ require (
21
21
github.com/hashicorp/go-multierror v1.1.1
22
22
github.com/hashicorp/golang-lru/v2 v2.0.7
23
23
github.com/hashicorp/vault/api v1.16.0
24
- github.com/magiconair/properties v1.8.9
24
+ github.com/magiconair/properties v1.8.10
25
25
github.com/pkg/errors v0.9.1
26
26
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
27
27
github.com/prometheus/client_golang v1.21.1
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
168
168
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
169
169
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
170
170
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 =
173
173
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0 =
174
174
github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
175
175
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo =
You can’t perform that action at this time.
0 commit comments