From 6db329c0e31b49b8c402eac457c0dc0e72503a75 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 2 Apr 2021 00:07:17 +0800 Subject: [PATCH] :recycle: Use file copy instead of Git for versioning https://github.com/siyuan-note/siyuan/issues/1940 --- README.md | 1 - README_zh_CN.md | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index dc24b6645..4e3d8cc33 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,6 @@ SiYuan is made possible by the [Vditor](https://github.com/Vanessa219/vditor) an * [https://github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) `BSD-3-Clause License` * [https://github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) `MIT License` * [https://github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) `MIT License` -* [https://github.com/go-git/go-git](https://github.com/go-git/go-git) `Apache-2.0 License` * [https://github.com/jackpal/gateway](https://github.com/jackpal/gateway) `BSD-3-Clause License` * [https://github.com/mitchellh/go-ps](https://github.com/mitchellh/go-ps) `MIT License` * [https://github.com/mssola/user_agent](https://github.com/mssola/user_agent) `MIT License` diff --git a/README_zh_CN.md b/README_zh_CN.md index 29d9a3e19..834615666 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -111,7 +111,6 @@ * [https://github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) `BSD-3-Clause License` * [https://github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) `MIT License` * [https://github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) `MIT License` -* [https://github.com/go-git/go-git](https://github.com/go-git/go-git) `Apache-2.0 License` * [https://github.com/jackpal/gateway](https://github.com/jackpal/gateway) `BSD-3-Clause License` * [https://github.com/mitchellh/go-ps](https://github.com/mitchellh/go-ps) `MIT License` * [https://github.com/mssola/user_agent](https://github.com/mssola/user_agent) `MIT License`