You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2018/03/07 06:42:18 UTC

[incubator-servicecomb-service-center] branch master updated: Remove unused 3rd lib github.com/olekukonko/tablewriter (#297)

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

littlecui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 802ae41  Remove unused 3rd lib github.com/olekukonko/tablewriter (#297)
802ae41 is described below

commit 802ae41fe48d0c731c9a6d38813989d161963795
Author: little-cui <su...@qq.com>
AuthorDate: Wed Mar 7 14:42:17 2018 +0800

    Remove unused 3rd lib github.com/olekukonko/tablewriter (#297)
    
    * Remove unused 3rd lib github.com/olekukonko/tablewriter
    
    * Update manifest
---
 scripts/create_gvt_manifest(exp).sh | 1 -
 vendor/manifest                     | 8 --------
 2 files changed, 9 deletions(-)

diff --git a/scripts/create_gvt_manifest(exp).sh b/scripts/create_gvt_manifest(exp).sh
index 69f0c87..44bf435 100755
--- a/scripts/create_gvt_manifest(exp).sh
+++ b/scripts/create_gvt_manifest(exp).sh
@@ -58,7 +58,6 @@ gvt fetch -precaire -no-recurse -revision cab8458c1c4a5a3b4bf5192922be620e6dede1
 gvt fetch -precaire -no-recurse -revision 91e4fb9209910a1de86b67adc0fce5c35f17369f github.com/hsluoyz/casbin
 gvt fetch -precaire -no-recurse -revision baaac160ed234ed06b347cf51202683a0068efe4 github.com/gogo/protobuf
 gvt fetch -precaire -no-recurse -revision 91e4fb9209910a1de86b67adc0fce5c35f17369f github.com/casbin/casbin
-gvt fetch -precaire -no-recurse -revision febf2d34b54a69ce7530036c7503b1c9fbfdf0bb github.com/olekukonko/tablewriter
 gvt fetch -precaire -no-recurse -revision ea4d1f681babbce9545c9c5f3d5194a789c89f5b github.com/gorilla/websocket
 gvt fetch -precaire -no-recurse -revision 8837942c3e09574accbc5f150e2c5e057189cace github.com/lib/pq
 gvt fetch -precaire -no-recurse -revision 4aabc24848ce5fd31929f7d1e4ea74d3709c14cd github.com/bgentry/speakeasy
diff --git a/vendor/manifest b/vendor/manifest
index 9b4bf0e..b1d3372 100644
--- a/vendor/manifest
+++ b/vendor/manifest
@@ -346,14 +346,6 @@
 			"notests": true
 		},
 		{
-			"importpath": "github.com/olekukonko/tablewriter",
-			"repository": "https://github.com/olekukonko/tablewriter",
-			"vcs": "git",
-			"revision": "febf2d34b54a69ce7530036c7503b1c9fbfdf0bb",
-			"branch": "HEAD",
-			"notests": true
-		},
-		{
 			"importpath": "github.com/onsi/ginkgo",
 			"repository": "https://github.com/onsi/ginkgo",
 			"vcs": "git",

-- 
To stop receiving notification emails like this one, please contact
littlecui@apache.org.