You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/03/31 09:01:31 UTC

[skywalking-goapi] branch main updated: Replace skywalking/network with goapi

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

kezhenxu94 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-goapi.git


The following commit(s) were added to refs/heads/main by this push:
     new bad6ed4  Replace skywalking/network with goapi
bad6ed4 is described below

commit bad6ed48cb6cba08fa920d5e6cdbe06c35bacadf
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Wed Mar 31 17:01:04 2021 +0800

    Replace skywalking/network with goapi
---
 go.mod | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/go.mod b/go.mod
index 855a858..fe2893a 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,11 @@
-module skywalking/network
+module github.com/apache/skywalking-goapi
 
 go 1.16
 
 require (
 	google.golang.org/grpc v1.36.1
 	google.golang.org/protobuf v1.26.0
+	skywalking/network v0.0.0-00010101000000-000000000000
 )
+
+replace skywalking/network => ./