Skip to content

Commit 41d9576

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump github.com/elastic/elastic-agent-client/v7 from 7.8.0 to 7.8.1 (#4431)
* Bump github.com/elastic/elastic-agent-client/v7 from 7.8.0 to 7.8.1 Bumps [github.com/elastic/elastic-agent-client/v7](https://github.com/elastic/elastic-agent-client) from 7.8.0 to 7.8.1. - [Release notes](https://github.com/elastic/elastic-agent-client/releases) - [Commits](elastic/elastic-agent-client@v7.8.0...v7.8.1) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-client/v7 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> (cherry picked from commit 5f8338b) # Conflicts: # go.mod # go.sum
1 parent 7436f5f commit 41d9576

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

NOTICE.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -933,11 +933,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a
933933

934934
--------------------------------------------------------------------------------
935935
Dependency : github.com/elastic/elastic-agent-client/v7
936-
Version: v7.8.0
936+
Version: v7.8.1
937937
Licence type (autodetected): Elastic
938938
--------------------------------------------------------------------------------
939939

940-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.8.0/LICENSE.txt:
940+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.8.1/LICENSE.txt:
941941

942942
ELASTIC LICENSE AGREEMENT
943943

@@ -10458,11 +10458,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.61.0/LIC
1045810458

1045910459
--------------------------------------------------------------------------------
1046010460
Dependency : google.golang.org/protobuf
10461-
Version: v1.32.0
10461+
Version: v1.33.0
1046210462
Licence type (autodetected): BSD-3-Clause
1046310463
--------------------------------------------------------------------------------
1046410464

10465-
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.32.0/LICENSE:
10465+
Contents of probable licence file $GOMODCACHE/google.golang.org/protobuf@v1.33.0/LICENSE:
1046610466

1046710467
Copyright (c) 2018 The Go Authors. All rights reserved.
1046810468

go.mod

+10
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ require (
1212
github.com/docker/go-units v0.5.0
1313
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
1414
github.com/elastic/e2e-testing v1.1.0
15+
<<<<<<< HEAD
1516
github.com/elastic/elastic-agent-autodiscover v0.6.7
1617
github.com/elastic/elastic-agent-client/v7 v7.8.0
18+
=======
19+
github.com/elastic/elastic-agent-autodiscover v0.6.8
20+
github.com/elastic/elastic-agent-client/v7 v7.8.1
21+
>>>>>>> 5f8338be51 (Bump github.com/elastic/elastic-agent-client/v7 from 7.8.0 to 7.8.1 (#4431))
1722
github.com/elastic/elastic-agent-libs v0.7.5
1823
github.com/elastic/elastic-agent-system-metrics v0.9.2
1924
github.com/elastic/elastic-transport-go/v8 v8.3.0
@@ -83,8 +88,13 @@ require (
8388
golang.org/x/time v0.3.0
8489
golang.org/x/tools v0.16.0
8590
golang.org/x/tools/go/vcs v0.1.0-deprecated
91+
<<<<<<< HEAD
8692
google.golang.org/grpc v1.61.0
8793
google.golang.org/protobuf v1.32.0
94+
=======
95+
google.golang.org/grpc v1.62.0
96+
google.golang.org/protobuf v1.33.0
97+
>>>>>>> 5f8338be51 (Bump github.com/elastic/elastic-agent-client/v7 from 7.8.0 to 7.8.1 (#4431))
8898
gopkg.in/ini.v1 v1.67.0
8999
gopkg.in/yaml.v2 v2.4.0
90100
gopkg.in/yaml.v3 v3.0.1

go.sum

+9-2
Original file line numberDiff line numberDiff line change
@@ -794,10 +794,17 @@ github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25Kn
794794
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
795795
github.com/elastic/e2e-testing v1.1.0 h1:Y+K215EWkf3ojAWmBK2JrxH/rITjkKM1zR8mnwIpvLw=
796796
github.com/elastic/e2e-testing v1.1.0/go.mod h1:8q2d8dmwavJXISowwaoreHFBnbR/uK4qanfRGhC/W9A=
797+
<<<<<<< HEAD
797798
github.com/elastic/elastic-agent-autodiscover v0.6.7 h1:+KVjltN0rPsBrU8b156gV4lOTBgG/vt0efFCFARrf3g=
798799
github.com/elastic/elastic-agent-autodiscover v0.6.7/go.mod h1:hFeFqneS2r4jD0/QzGkrNk0YVdN0JGh7lCWdsH7zcI4=
799800
github.com/elastic/elastic-agent-client/v7 v7.8.0 h1:GHFzDJIWpdgI0qDk5EcqbQJGvwTsl2E2vQK3/xe+MYQ=
800801
github.com/elastic/elastic-agent-client/v7 v7.8.0/go.mod h1:ihtjqJzYiIltlRhNruaSSc0ogxIhqPD5hOMKq16cI1s=
802+
=======
803+
github.com/elastic/elastic-agent-autodiscover v0.6.8 h1:BSXz+QwjZAEt08G+T3GDGl14Bh9a6zD8luNCvZut/b8=
804+
github.com/elastic/elastic-agent-autodiscover v0.6.8/go.mod h1:hFeFqneS2r4jD0/QzGkrNk0YVdN0JGh7lCWdsH7zcI4=
805+
github.com/elastic/elastic-agent-client/v7 v7.8.1 h1:J9wZc/0mUvSEok0X5iR5+n60Jgb+AWooKddb3XgPWqM=
806+
github.com/elastic/elastic-agent-client/v7 v7.8.1/go.mod h1:axl1nkdqc84YRFkeJGD9jExKNPUrOrzf3DFo2m653nY=
807+
>>>>>>> 5f8338be51 (Bump github.com/elastic/elastic-agent-client/v7 from 7.8.0 to 7.8.1 (#4431))
801808
github.com/elastic/elastic-agent-libs v0.7.5 h1:4UMqB3BREvhwecYTs/L23oQp1hs/XUkcunPlmTZn5yg=
802809
github.com/elastic/elastic-agent-libs v0.7.5/go.mod h1:pGMj5myawdqu+xE+WKvM5FQzKQ/MonikkWOzoFTJxaU=
803810
github.com/elastic/elastic-agent-system-metrics v0.9.2 h1:/tvTKOt55EerU0WwGFoDhBlyWLgxyv7d8xCbny0bciw=
@@ -2873,8 +2880,8 @@ google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
28732880
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
28742881
google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
28752882
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
2876-
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
2877-
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
2883+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
2884+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
28782885
gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U=
28792886
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
28802887
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)