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

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


The following commit(s) were added to refs/heads/1.5 by this push:
     new 99ed78f  goland always format go.mod automatically
     new cf2ffd4  Merge remote-tracking branch 'upstream/1.5' into 1.5
99ed78f is described below

commit 99ed78fbd31d283c1e82d76355eed4119b60e538
Author: Patrick <dreamlike....@foxmail.com>
AuthorDate: Sat Feb 20 22:16:35 2021 +0800

    goland always format go.mod automatically
---
 tools/cli/go.mod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/cli/go.mod b/tools/cli/go.mod
index 070fce1..c71b7cd 100644
--- a/tools/cli/go.mod
+++ b/tools/cli/go.mod
@@ -4,7 +4,7 @@ go 1.13
 
 require (
        github.com/apache/dubbo-go-hessian2 v1.8.0
+       github.com/dubbogo/gost v1.10.0
        github.com/pkg/errors v0.9.1
        go.uber.org/atomic v1.7.0
-       github.com/dubbogo/gost v1.10.0
-)
\ No newline at end of file
+)

Reply via email to