You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ba...@apache.org on 2021/02/20 14:32:19 UTC

[dubbo-go] branch 1.5 updated: Revert "goland always format go.mod automatically"

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 9c8fc77  Revert "goland always format go.mod automatically"
9c8fc77 is described below

commit 9c8fc77f0381654b7690127c7e61fce09ed2dd73
Author: Patrick <dr...@foxmail.com>
AuthorDate: Sat Feb 20 22:31:53 2021 +0800

    Revert "goland always format go.mod automatically"
    
    This reverts commit 99ed78fbd31d283c1e82d76355eed4119b60e538.
---
 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 c71b7cd..070fce1 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