Skip to content

Commit 54c3013

Browse files
build(deps): bump github.com/elastic/go-docappender/v2 from 2.2.1 to 2.3.0 (#5267)
* build(deps): bump github.com/elastic/go-docappender/v2 Bumps [github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/elastic/go-docappender/releases) - [Commits](elastic/go-docappender@v2.2.1...v2.3.0) --- updated-dependencies: - dependency-name: github.com/elastic/go-docappender/v2 dependency-type: indirect update-type: version-update:semver-minor ... 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>
1 parent 8c01a6d commit 54c3013

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

NOTICE.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -14986,13 +14986,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1498614986

1498714987
--------------------------------------------------------------------------------
1498814988
Dependency : golang.org/x/sync
14989-
Version: v0.7.0
14989+
Version: v0.8.0
1499014990
Licence type (autodetected): BSD-3-Clause
1499114991
--------------------------------------------------------------------------------
1499214992

14993-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.7.0/LICENSE:
14993+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.8.0/LICENSE:
1499414994

14995-
Copyright (c) 2009 The Go Authors. All rights reserved.
14995+
Copyright 2009 The Go Authors.
1499614996

1499714997
Redistribution and use in source and binary forms, with or without
1499814998
modification, are permitted provided that the following conditions are
@@ -15004,7 +15004,7 @@ notice, this list of conditions and the following disclaimer.
1500415004
copyright notice, this list of conditions and the following disclaimer
1500515005
in the documentation and/or other materials provided with the
1500615006
distribution.
15007-
* Neither the name of Google Inc. nor the names of its
15007+
* Neither the name of Google LLC nor the names of its
1500815008
contributors may be used to endorse or promote products derived from
1500915009
this software without specific prior written permission.
1501015010

@@ -21522,11 +21522,11 @@ Contents of probable licence file $GOMODCACHE/github.com/docker/go-connections@v
2152221522

2152321523
--------------------------------------------------------------------------------
2152421524
Dependency : github.com/elastic/go-docappender/v2
21525-
Version: v2.2.1
21525+
Version: v2.3.0
2152621526
Licence type (autodetected): Apache-2.0
2152721527
--------------------------------------------------------------------------------
2152821528

21529-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.2.1/LICENSE:
21529+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.3.0/LICENSE:
2153021530

2153121531
Apache License
2153221532
Version 2.0, January 2004

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require (
6464
go.uber.org/zap v1.27.0
6565
golang.org/x/crypto v0.25.0
6666
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
67-
golang.org/x/sync v0.7.0
67+
golang.org/x/sync v0.8.0
6868
golang.org/x/sys v0.22.0
6969
golang.org/x/term v0.22.0
7070
golang.org/x/text v0.16.0
@@ -157,7 +157,7 @@ require (
157157
github.com/digitalocean/godo v1.117.0 // indirect
158158
github.com/dnephin/pflag v1.0.7 // indirect
159159
github.com/docker/go-connections v0.5.0 // indirect
160-
github.com/elastic/go-docappender/v2 v2.2.1 // indirect
160+
github.com/elastic/go-docappender/v2 v2.3.0 // indirect
161161
github.com/elastic/go-elasticsearch/v7 v7.17.10 // indirect
162162
github.com/elastic/go-structform v0.0.12 // indirect
163163
github.com/elastic/go-windows v1.0.2 // indirect

go.sum

+4-3
Original file line numberDiff line numberDiff line change
@@ -786,8 +786,8 @@ github.com/elastic/elastic-agent-system-metrics v0.11.1 h1:BxViQHnqxvvi/65rj3mGw
786786
github.com/elastic/elastic-agent-system-metrics v0.11.1/go.mod h1:3QiMu9wTKJFvpCN+5klgGqasTMNKJbgY3xcoN1KQXJk=
787787
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA=
788788
github.com/elastic/elastic-transport-go/v8 v8.6.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
789-
github.com/elastic/go-docappender/v2 v2.2.1 h1:SxtmDwTPu4Smu8oggEojE/6QafNL1HJAwLDu7U7hZPA=
790-
github.com/elastic/go-docappender/v2 v2.2.1/go.mod h1:sA82MY9VedS8fMeQBS94xTP77+HlmH9bpXc47+sQDek=
789+
github.com/elastic/go-docappender/v2 v2.3.0 h1:Vr+l36jM+sE/LHp0JFxSIbHlWTSk8CpBblYWZZ/I1KA=
790+
github.com/elastic/go-docappender/v2 v2.3.0/go.mod h1:VNWgXUE9HX1G6W6ON8dOs/KdH8aCxXir/fxxcfrnov4=
791791
github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=
792792
github.com/elastic/go-elasticsearch/v7 v7.17.10/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
793793
github.com/elastic/go-elasticsearch/v8 v8.14.0 h1:1ywU8WFReLLcxE1WJqii3hTtbPUE2hc38ZK/j4mMFow=
@@ -2056,8 +2056,9 @@ golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde/go.mod h1:RxMgew5VJxzue5/jJ
20562056
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
20572057
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
20582058
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
2059-
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
20602059
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
2060+
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
2061+
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
20612062
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
20622063
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
20632064
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

0 commit comments

Comments
 (0)