🎨 数据仓库快照忽略隐藏文件 Fix https://github.com/siyuan-note/siyuan/issues/5597
This commit is contained in:
parent
f749a89abc
commit
cb245c52ae
2 changed files with 6 additions and 2 deletions
|
@ -31,7 +31,7 @@ require (
|
|||
github.com/gin-contrib/gzip v0.0.6
|
||||
github.com/gin-contrib/sessions v0.0.5
|
||||
github.com/gin-gonic/gin v1.8.1
|
||||
github.com/imroc/req/v3 v3.14.4
|
||||
github.com/imroc/req/v3 v3.15.0
|
||||
github.com/jinzhu/copier v0.3.5
|
||||
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||||
github.com/mitchellh/go-ps v1.0.0
|
||||
|
@ -40,7 +40,7 @@ require (
|
|||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/qiniu/go-sdk/v7 v7.13.0
|
||||
github.com/radovskyb/watcher v1.0.7
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220805152256-802c401593f3
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220807094810-b9d7a5469a61
|
||||
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
|
||||
github.com/siyuan-note/eventbus v0.0.0-20220624162334-ca7c06dc771f
|
||||
github.com/siyuan-note/filelock v0.0.0-20220720144616-011221f7e128
|
||||
|
|
|
@ -336,6 +336,8 @@ github.com/imdario/mergo v0.3.13 h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=
|
|||
github.com/imdario/mergo v0.3.13/go.mod h1:4lJ1jqUDcsbIECGy0RUJAXNIhg+6ocWgb1ALK2O4oXg=
|
||||
github.com/imroc/req/v3 v3.14.4 h1:MY9UplLKZOng3FKGx35vWL5uHdmal5MtynjtWDfAS14=
|
||||
github.com/imroc/req/v3 v3.14.4/go.mod h1:EluRnkfh8A39BmrCARYhcUrfGyR8qPw+O0BZyTy4j9k=
|
||||
github.com/imroc/req/v3 v3.15.0 h1:+UOjJnpLeUeLQd0tEbqsp7VWglXBZngzWOqxz3uOe48=
|
||||
github.com/imroc/req/v3 v3.15.0/go.mod h1:EluRnkfh8A39BmrCARYhcUrfGyR8qPw+O0BZyTy4j9k=
|
||||
github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
|
||||
github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU=
|
||||
github.com/jinzhu/copier v0.3.5 h1:GlvfUwHk62RokgqVNvYsku0TATCF7bAHVwEXoBh3iJg=
|
||||
|
@ -518,6 +520,8 @@ github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5k
|
|||
github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220805152256-802c401593f3 h1:/FOFKvgihWsNtzAyYWSn3dZ6QlLFqeuRhXeGbULVQJA=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220805152256-802c401593f3/go.mod h1:TLRfpzh90loB2VFb9h/bykRqtwL5E7H+VZ5YfqcJr+g=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220807094810-b9d7a5469a61 h1:Ixgm2p/7vjNSDmxCsB7tXXqiqqazT9333lJReUPeM9g=
|
||||
github.com/siyuan-note/dejavu v0.0.0-20220807094810-b9d7a5469a61/go.mod h1:TLRfpzh90loB2VFb9h/bykRqtwL5E7H+VZ5YfqcJr+g=
|
||||
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 h1:Bi7/7f29LW+Fm0cHc0J1NO1cZqyJwljSWVmfOqVZgaE=
|
||||
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75/go.mod h1:H8fyqqAbp9XreANjeSbc72zEdFfKTXYN34tc1TjZwtw=
|
||||
github.com/siyuan-note/eventbus v0.0.0-20220624162334-ca7c06dc771f h1:JMobMNZ7AqaKKyEK+WeWFhix/2TDQXgPZDajU00IybU=
|
||||
|
|
Loading…
Add table
Reference in a new issue