|
@@ -38,9 +38,7 @@ require (
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/panjf2000/ants/v2 v2.5.0
|
|
github.com/panjf2000/ants/v2 v2.5.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
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/radovskyb/watcher v1.0.7
|
|
- github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
|
|
github.com/siyuan-note/dejavu v0.0.0-20220711060744-3fec84096399
|
|
github.com/siyuan-note/dejavu v0.0.0-20220711060744-3fec84096399
|
|
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
|
|
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
|
|
github.com/siyuan-note/eventbus v0.0.0-20220624162334-ca7c06dc771f
|
|
github.com/siyuan-note/eventbus v0.0.0-20220624162334-ca7c06dc771f
|
|
@@ -93,7 +91,9 @@ require (
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
+ github.com/qiniu/go-sdk/v7 v7.13.0 // indirect
|
|
github.com/restic/chunker v0.4.0 // indirect
|
|
github.com/restic/chunker v0.4.0 // indirect
|
|
|
|
+ github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
@@ -111,7 +111,7 @@ require (
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
)
|
|
|
|
|
|
-replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20220713041934-e2e29c01be36
|
|
|
|
|
|
+replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20220713124603-951e48d11239
|
|
|
|
|
|
//replace github.com/siyuan-note/dejavu => D:\88250\dejavu
|
|
//replace github.com/siyuan-note/dejavu => D:\88250\dejavu
|
|
//replace github.com/siyuan-note/httpclient => D:\88250\httpclient
|
|
//replace github.com/siyuan-note/httpclient => D:\88250\httpclient
|