This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new c1263de  build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.0 to 3.5.1 
(#1523)
c1263de is described below

commit c1263de9aa65ce8144eabdf96e9de650ae793e1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 18 22:25:53 2021 +0800

    build(deps): bump go.etcd.io/etcd/api/v3 from 3.5.0 to 3.5.1 (#1523)
    
    Bumps [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) from 3.5.0 
to 3.5.1.
    - [Release notes](https://github.com/etcd-io/etcd/releases)
    - [Changelog](https://github.com/etcd-io/etcd/blob/main/CHANGELOG-3.5.md)
    - [Commits](https://github.com/etcd-io/etcd/compare/v3.5.0...v3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: go.etcd.io/etcd/api/v3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 31add86..3804e96 100644
--- a/go.mod
+++ b/go.mod
@@ -38,7 +38,7 @@ require (
        github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
        github.com/stretchr/testify v1.7.0
        github.com/zouyx/agollo/v3 v3.4.5
-       go.etcd.io/etcd/api/v3 v3.5.0
+       go.etcd.io/etcd/api/v3 v3.5.1
        go.etcd.io/etcd/client/v3 v3.5.0
        go.etcd.io/etcd/server/v3 v3.5.0-alpha.0
        go.uber.org/atomic v1.7.0
diff --git a/go.sum b/go.sum
index 13f8523..98295ab 100644
--- a/go.sum
+++ b/go.sum
@@ -776,8 +776,9 @@ go.etcd.io/bbolt v1.3.5/go.mod 
h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=
 go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738 
h1:VcrIfasaLFkyjk6KNlXQSzO+B0fZcnECiDrKJsfxka0=
 go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod 
h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=
 go.etcd.io/etcd/api/v3 v3.5.0-alpha.0/go.mod 
h1:mPcW6aZJukV6Aa81LSKpBjQXTWlXB5r74ymPoSWa3Sw=
-go.etcd.io/etcd/api/v3 v3.5.0 h1:GsV3S+OfZEOCNXdtNkBSR7kgLobAa/SO6tCxRa0GAYw=
 go.etcd.io/etcd/api/v3 v3.5.0/go.mod 
h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
+go.etcd.io/etcd/api/v3 v3.5.1 h1:v28cktvBq+7vGyJXF8G+rWJmj+1XUmMtqcLnH8hDocM=
+go.etcd.io/etcd/api/v3 v3.5.1/go.mod 
h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs=
 go.etcd.io/etcd/client/pkg/v3 v3.5.0 
h1:2aQv6F436YnN7I4VbI8PPYrBhu+SmrTaADcf8Mi/6PU=
 go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod 
h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g=
 go.etcd.io/etcd/client/v2 v2.305.0-alpha.0 
h1:jZepGpOeJATxsbMNBZczDS2jHdK/QVHM1iPe9jURJ8o=

Reply via email to