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-mesher.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f888f9  upgrade deps
4f888f9 is described below

commit 4f888f9abd4e608a6b0ba3b30244cfc97ee1f1a2
Author: xiaoliang tian <[email protected]>
AuthorDate: Sat Dec 14 15:44:56 2019 +0800

    upgrade deps
---
 go.mod | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/go.mod b/go.mod
index 00ab1a4..a78b47e 100644
--- a/go.mod
+++ b/go.mod
@@ -5,31 +5,27 @@ require (
        github.com/envoyproxy/go-control-plane v0.6.0
        github.com/ghodss/yaml v1.0.0
        github.com/go-chassis/foundation v0.1.1-0.20191113114104-2b05871e9ec4
-       github.com/go-chassis/go-archaius v0.24.0
-       github.com/go-chassis/go-chassis v1.7.6
+       github.com/go-chassis/go-archaius v1.0.0
+       github.com/go-chassis/go-chassis v1.8.1-0.20191213091237-f7ba7d0c8fe5
        github.com/go-chassis/gohessian v0.0.0-20180702061429-e5130c25af55
        github.com/go-mesh/openlogging v1.0.1
        github.com/gogo/googleapis v1.3.0 // indirect
        github.com/gogo/protobuf v1.3.0
-       github.com/google/gofuzz v1.0.0 // indirect
        github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // 
indirect
        github.com/imdario/mergo v0.3.7 // indirect
        github.com/lyft/protoc-gen-validate v0.1.0 // indirect
        github.com/patrickmn/go-cache v2.1.0+incompatible
        github.com/prometheus/client_golang v0.9.1
        github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f
-       github.com/spf13/pflag v1.0.5 // indirect
-       github.com/stretchr/testify v1.3.0
+       github.com/stretchr/testify v1.4.0
        github.com/tetratelabs/go2sky v0.1.1-0.20190703154722-1eaab8035277
        github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a
-       golang.org/x/net v0.0.0-20190311183353-d8887717615a
+       golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
        golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
-       golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2 // indirect
        google.golang.org/grpc v1.19.1
-       gopkg.in/inf.v0 v0.9.1 // indirect
-       gopkg.in/yaml.v2 v2.2.2
-       k8s.io/apimachinery v0.0.0-20181022183627-f71dbbc36e12
-       k8s.io/client-go v9.0.0+incompatible
+       gopkg.in/yaml.v2 v2.2.4
+       k8s.io/apimachinery v0.0.0-20191213205550-43dfa306b0f3
+       k8s.io/client-go v11.0.0+incompatible
 )
 
 replace (

Reply via email to