mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-03 18:21:17 +08:00
155 lines
7.1 KiB
Modula-2
155 lines
7.1 KiB
Modula-2
module github.com/siyuan-note/siyuan/kernel
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/88250/clipboard v0.1.5
|
|
github.com/88250/css v0.1.2
|
|
github.com/88250/gulu v1.2.3-0.20230615033005-b519d6875346
|
|
github.com/88250/lute v1.7.6-0.20230719054243-d787a6e647be
|
|
github.com/88250/pdfcpu v0.3.14-0.20230401044135-c7369a99720c
|
|
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
|
|
github.com/ClarkThan/ahocorasick v0.0.0-20230220142845-f237b6348b3e
|
|
github.com/ConradIrwin/font v0.0.0-20210318200717-ce8d41cc0732
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/Xuanwo/go-locale v1.1.0
|
|
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
|
github.com/denisbrodbeck/machineid v1.0.1
|
|
github.com/dgraph-io/ristretto v0.1.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/emirpasic/gods v1.18.1
|
|
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
|
|
github.com/flopp/go-findfont v0.1.0
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/gabriel-vasile/mimetype v1.4.2
|
|
github.com/getsentry/sentry-go v0.22.0
|
|
github.com/gin-contrib/gzip v0.0.6
|
|
github.com/gin-contrib/sessions v0.0.5
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/go-ole/go-ole v1.2.6
|
|
github.com/goccy/go-json v0.10.2
|
|
github.com/gofrs/flock v0.8.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/imroc/req/v3 v3.37.2
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/mssola/useragent v1.0.0
|
|
github.com/olahol/melody v1.1.4
|
|
github.com/open-spaced-repetition/go-fsrs v0.1.1
|
|
github.com/panjf2000/ants/v2 v2.8.1
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/sashabaranov/go-openai v1.14.1
|
|
github.com/shirou/gopsutil/v3 v3.23.6
|
|
github.com/siyuan-note/dejavu v0.0.0-20230726101657-a7de20433ff9
|
|
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
|
|
github.com/siyuan-note/eventbus v0.0.0-20230702081350-6dde667e7112
|
|
github.com/siyuan-note/filelock v0.0.0-20230615140405-d05a21d49524
|
|
github.com/siyuan-note/httpclient v0.0.0-20230726100424-dca968525ec6
|
|
github.com/siyuan-note/logging v0.0.0-20230327073243-ebe83aec1493
|
|
github.com/siyuan-note/riff v0.0.0-20230726165442-33fecb5dcf9d
|
|
github.com/steambap/captcha v1.4.1
|
|
github.com/studio-b12/gowebdav v0.9.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
|
|
golang.org/x/image v0.9.0
|
|
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda
|
|
golang.org/x/mod v0.12.0
|
|
golang.org/x/text v0.11.0
|
|
)
|
|
|
|
require (
|
|
dmitri.shuralyov.com/font/woff2 v0.0.0-20180220214647-957792cbbdab // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.2.1 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/andybalholm/brotli v1.0.5 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect
|
|
github.com/aws/aws-sdk-go v1.44.308 // indirect
|
|
github.com/bytedance/sonic v1.10.0-rc2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
github.com/chenzhuoyu/iasm v0.9.0 // indirect
|
|
github.com/dlclark/regexp2 v1.10.0 // indirect
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/gaukas/godicttls v0.0.4 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.14.1 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/glog v1.1.1 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/gorilla/context v1.1.1 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gorilla/sessions v1.2.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hhrutter/lzw v1.0.0 // indirect
|
|
github.com/hhrutter/tiff v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.4.0 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/juju/errors v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.16.7 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230326075908-cb1d2100619a // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.11.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/qiniu/go-sdk/v7 v7.17.0 // indirect
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.3.0 // indirect
|
|
github.com/quic-go/quic-go v0.37.0 // indirect
|
|
github.com/refraction-networking/utls v1.3.3 // indirect
|
|
github.com/restic/chunker v0.4.0 // indirect
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/spf13/cast v1.5.1 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.3 // indirect
|
|
golang.org/x/arch v0.4.0 // indirect
|
|
golang.org/x/crypto v0.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sync v0.3.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
golang.org/x/tools v0.11.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20220714142610-fbbda1ee84f5
|
|
|
|
//replace github.com/siyuan-note/dejavu => D:\88250\dejavu
|
|
//replace github.com/siyuan-note/riff => D:\88250\riff
|
|
//replace github.com/siyuan-note/httpclient => D:\88250\httpclient
|
|
//replace github.com/siyuan-note/filelock => D:\88250\filelock
|
|
//replace github.com/88250/lute => D:\gogogo\src\github.com\88250\lute
|
|
//replace github.com/88250/pdfcpu => D:\88250\pdfcpu
|
|
//replace github.com/88250/gulu => D:\88250\gulu
|
|
//replace github.com/mattn/go-sqlite3 => D:\88250\go-sqlite3
|