You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2021/03/17 03:06:05 UTC

[servicecomb-mesher] branch master updated: bump go chassis version (#142)

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 9927423  bump go chassis version (#142)
9927423 is described below

commit 992742302fd375e0a65044fd5b7c50b1c8cfc481
Author: Shawn <xi...@gmail.com>
AuthorDate: Wed Mar 17 11:05:59 2021 +0800

    bump go chassis version (#142)
---
 go.mod                         | 6 +++---
 proxy/config/struct_ingress.go | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/go.mod b/go.mod
index 7f69f0f..3a34599 100644
--- a/go.mod
+++ b/go.mod
@@ -2,9 +2,9 @@ module github.com/apache/servicecomb-mesher
 
 require (
 	github.com/ghodss/yaml v1.0.0
-	github.com/go-chassis/foundation v0.2.2
-	github.com/go-chassis/go-archaius v1.3.6-0.20201210061741-7450779aaeb8
-	github.com/go-chassis/go-chassis/v2 v2.1.1
+	github.com/go-chassis/foundation v0.3.0
+	github.com/go-chassis/go-archaius v1.5.1
+	github.com/go-chassis/go-chassis/v2 v2.1.2-0.20210317023623-06e16afaa04f
 	github.com/go-chassis/gohessian v0.0.0-20180702061429-e5130c25af55
 	github.com/go-chassis/openlog v1.1.2
 	github.com/patrickmn/go-cache v2.1.0+incompatible
diff --git a/proxy/config/struct_ingress.go b/proxy/config/struct_ingress.go
index 0f90f7b..160c8ca 100644
--- a/proxy/config/struct_ingress.go
+++ b/proxy/config/struct_ingress.go
@@ -18,7 +18,7 @@
 package config
 
 import (
-	"github.com/go-chassis/foundation/string"
+	"github.com/go-chassis/foundation/stringutil"
 	"gopkg.in/yaml.v2"
 )