Skip to content

Commit 9e5b31b

Browse files
mergify[bot]dependabot[bot]github-actions[bot]kruskall
authored
build(deps): bump github.com/elastic/go-docappender/v2 from 2.11.3 to 2.12.0 (#19708) (#19710)
* build(deps): bump github.com/elastic/go-docappender/v2 Bumps [github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.11.3 to 2.12.0. - [Release notes](https://github.com/elastic/go-docappender/releases) - [Commits](elastic/go-docappender@v2.11.3...v2.12.0) --- updated-dependencies: - dependency-name: github.com/elastic/go-docappender/v2 dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... * Update NOTICE.txt * Update NOTICE-fips.txt --------- (cherry picked from commit 59f127c) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kruskall <99559985+kruskall@users.noreply.github.com>
1 parent 62be122 commit 9e5b31b

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

NOTICE-fips.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,11 +1555,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/gmux@v0.3.2/LIC
15551555

15561556
--------------------------------------------------------------------------------
15571557
Dependency : github.com/elastic/go-docappender/v2
1558-
Version: v2.11.3
1558+
Version: v2.12.0
15591559
Licence type (autodetected): Apache-2.0
15601560
--------------------------------------------------------------------------------
15611561

1562-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11.3/LICENSE:
1562+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.12.0/LICENSE:
15631563

15641564
Apache License
15651565
Version 2.0, January 2004
@@ -11047,11 +11047,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1104711047

1104811048
--------------------------------------------------------------------------------
1104911049
Dependency : github.com/klauspost/compress
11050-
Version: v1.18.0
11050+
Version: v1.18.1
1105111051
Licence type (autodetected): Apache-2.0
1105211052
--------------------------------------------------------------------------------
1105311053

11054-
Contents of probable licence file $GOMODCACHE/github.com/klauspost/compress@v1.18.0/LICENSE:
11054+
Contents of probable licence file $GOMODCACHE/github.com/klauspost/compress@v1.18.1/LICENSE:
1105511055

1105611056
Copyright (c) 2012 The Go Authors. All rights reserved.
1105711057
Copyright (c) 2019 Klaus Post. All rights reserved.

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,11 +1555,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/gmux@v0.3.2/LIC
15551555

15561556
--------------------------------------------------------------------------------
15571557
Dependency : github.com/elastic/go-docappender/v2
1558-
Version: v2.11.3
1558+
Version: v2.12.0
15591559
Licence type (autodetected): Apache-2.0
15601560
--------------------------------------------------------------------------------
15611561

1562-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11.3/LICENSE:
1562+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.12.0/LICENSE:
15631563

15641564
Apache License
15651565
Version 2.0, January 2004
@@ -12544,11 +12544,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1254412544

1254512545
--------------------------------------------------------------------------------
1254612546
Dependency : github.com/klauspost/compress
12547-
Version: v1.18.0
12547+
Version: v1.18.1
1254812548
Licence type (autodetected): Apache-2.0
1254912549
--------------------------------------------------------------------------------
1255012550

12551-
Contents of probable licence file $GOMODCACHE/github.com/klauspost/compress@v1.18.0/LICENSE:
12551+
Contents of probable licence file $GOMODCACHE/github.com/klauspost/compress@v1.18.1/LICENSE:
1255212552

1255312553
Copyright (c) 2012 The Go Authors. All rights reserved.
1255412554
Copyright (c) 2019 Klaus Post. All rights reserved.

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/elastic/elastic-agent-system-metrics v0.13.4
1616
github.com/elastic/elastic-transport-go/v8 v8.8.0
1717
github.com/elastic/gmux v0.3.2
18-
github.com/elastic/go-docappender/v2 v2.11.3
18+
github.com/elastic/go-docappender/v2 v2.12.0
1919
github.com/elastic/go-freelru v0.16.0
2020
github.com/elastic/go-sysinfo v1.15.4
2121
github.com/elastic/go-ucfg v0.8.8
@@ -155,7 +155,7 @@ require (
155155
github.com/json-iterator/go v1.1.12 // indirect
156156
github.com/kamstrup/intmap v0.5.1 // indirect
157157
github.com/kevinburke/ssh_config v1.2.0 // indirect
158-
github.com/klauspost/compress v1.18.0 // indirect
158+
github.com/klauspost/compress v1.18.1 // indirect
159159
github.com/klauspost/pgzip v1.2.6 // indirect
160160
github.com/kr/pretty v0.3.1 // indirect
161161
github.com/kr/text v0.2.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ github.com/elastic/elastic-transport-go/v8 v8.8.0 h1:7k1Ua+qluFr6p1jfJjGDl97ssJS
187187
github.com/elastic/elastic-transport-go/v8 v8.8.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
188188
github.com/elastic/gmux v0.3.2 h1:cb721R+fe/rt/jVNyBP5HDQsEwLD2wSKfPD2Sk6adDk=
189189
github.com/elastic/gmux v0.3.2/go.mod h1:OD6oYrno+SV3pyl1ArdWCjlExZ+FJOfoSaFqnFeldBQ=
190-
github.com/elastic/go-docappender/v2 v2.11.3 h1:ighjWRnK31Z9pJvSUVPjLfmLg9IK5ZVQyS8eNPPnHJ0=
191-
github.com/elastic/go-docappender/v2 v2.11.3/go.mod h1:psX8ExQqcRM0yliIEhLrXzrIYlXbqHfdt9aGVwPM2IQ=
190+
github.com/elastic/go-docappender/v2 v2.12.0 h1:4H5Ale36xmlSzJ8B4fpjNkvDcihEO22NnOFpJxoR/L0=
191+
github.com/elastic/go-docappender/v2 v2.12.0/go.mod h1:TH6zt+utuXQ8wm+tor0zcrKlZFuLUzXo8UMaSvOhvis=
192192
github.com/elastic/go-elasticsearch/v8 v8.19.0 h1:VmfBLNRORY7RZL+9hTxBD97ehl9H8Nxf2QigDh6HuMU=
193193
github.com/elastic/go-elasticsearch/v8 v8.19.0/go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY=
194194
github.com/elastic/go-freelru v0.16.0 h1:gG2HJ1WXN2tNl5/p40JS/l59HjvjRhjyAa+oFTRArYs=
@@ -396,8 +396,8 @@ github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4
396396
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
397397
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
398398
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
399-
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
400-
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
399+
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
400+
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
401401
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=
402402
github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
403403
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=

0 commit comments

Comments
 (0)