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 2020/01/08 10:35:30 UTC

[servicecomb-kie] branch master updated: Fixed a bug that failed to compile on amd64 machine (#65)

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


The following commit(s) were added to refs/heads/master by this push:
     new 7b861f7  Fixed a bug that failed to compile on amd64 machine (#65)
7b861f7 is described below

commit 7b861f7c4636a62e7344d0e2e6a99a6fd9c16673
Author: victor chan <c5...@126.com>
AuthorDate: Wed Jan 8 18:35:23 2020 +0800

    Fixed a bug that failed to compile on amd64 machine (#65)
---
 go.mod | 1 +
 1 file changed, 1 insertion(+)

diff --git a/go.mod b/go.mod
index 3e2ae1e..b9fe495 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ require (
 	github.com/go-chassis/paas-lager v1.1.1
 	github.com/go-mesh/openlogging v1.0.1
 	github.com/golang/snappy v0.0.1 // indirect
+	github.com/hashicorp/mdns v1.0.1 // indirect
 	github.com/hashicorp/serf v0.8.5
 	github.com/onsi/ginkgo v1.10.1
 	github.com/onsi/gomega v1.7.0