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

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new a47b624  Upgrade go-chassis to v2.0.0 (#683)
a47b624 is described below

commit a47b624aa89945fece58270f90f4f05c61631678
Author: jasononion <[email protected]>
AuthorDate: Tue Sep 8 17:43:51 2020 +0800

    Upgrade go-chassis to v2.0.0 (#683)
    
    * Upgrade go-chassis to v2.0.0
    
    * Modify version info for go-chassis 2.0.0
---
 go.mod | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 1185a5e..041c4a2 100644
--- a/go.mod
+++ b/go.mod
@@ -9,9 +9,9 @@ require (
        github.com/coreos/etcd v3.3.22+incompatible
        github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // v4
        github.com/dgrijalva/jwt-go v3.2.0+incompatible
-       github.com/go-chassis/foundation v0.1.1-0.20191113114104-2b05871e9ec4
+       github.com/go-chassis/foundation v0.1.1-0.20200825060850-b16bf420f7b3
        github.com/go-chassis/go-archaius v1.3.2
-       github.com/go-chassis/go-chassis v0.0.0-20200820073047-a1c634b7bdd1
+       github.com/go-chassis/go-chassis v0.0.0-20200826064053-d90be848aa10
        github.com/go-chassis/paas-lager v1.1.1
        github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
        github.com/golang/protobuf v1.3.2
@@ -35,7 +35,6 @@ require (
        github.com/spf13/pflag v1.0.5
        github.com/stretchr/testify v1.4.0
        github.com/widuu/gojson v0.0.0-20170212122013-7da9d2cd949b
-       go.etcd.io/etcd v3.3.22+incompatible
        go.uber.org/zap v1.10.0
        golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
        golang.org/x/time v0.0.0-20190308202827-9d24e82272b4

Reply via email to