187 lines
8.8 KiB
Modula-2
187 lines
8.8 KiB
Modula-2
module github.com/siyuan-note/siyuan/kernel
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
code.sajari.com/docconv v1.3.8
|
|
github.com/88250/clipboard v0.1.5
|
|
github.com/88250/epub v0.0.0-20230830085737-c19055cd1f48
|
|
github.com/88250/go-humanize v0.0.0-20240424102817-4f78fac47ea7
|
|
github.com/88250/gulu v1.2.3-0.20240612035750-c9cf5f7a4d02
|
|
github.com/88250/lute v1.7.7-0.20240902084057-310b8e466f54
|
|
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-20231011042242-30d1ef1347f4
|
|
github.com/ConradIrwin/font v0.0.0-20240627033111-8567075b2bfe
|
|
github.com/Masterminds/sprig/v3 v3.2.3
|
|
github.com/PuerkitoBio/goquery v1.9.2
|
|
github.com/Xuanwo/go-locale v1.1.1
|
|
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/djherbis/times v1.6.0
|
|
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.7.0
|
|
github.com/gabriel-vasile/mimetype v1.4.5
|
|
github.com/getsentry/sentry-go v0.28.1
|
|
github.com/gin-contrib/gzip v1.0.1
|
|
github.com/gin-contrib/sessions v1.0.1
|
|
github.com/gin-gonic/gin v1.10.0
|
|
github.com/go-ole/go-ole v1.3.0
|
|
github.com/goccy/go-json v0.10.3
|
|
github.com/gofrs/flock v0.12.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gorilla/css v1.0.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/imroc/req/v3 v3.43.7
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/klippa-app/go-pdfium v1.12.2
|
|
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.2.1
|
|
github.com/open-spaced-repetition/go-fsrs/v2 v2.0.1
|
|
github.com/panjf2000/ants/v2 v2.10.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/rqlite/sql v0.0.0-20240312185922-ffac88a740bd
|
|
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
|
|
github.com/sashabaranov/go-openai v1.29.0
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
|
github.com/siyuan-note/dejavu v0.0.0-20240828084408-bb480515c135
|
|
github.com/siyuan-note/encryption v0.0.0-20231219001248-1e028a4d13b4
|
|
github.com/siyuan-note/eventbus v0.0.0-20240627125516-396fdb0f0f97
|
|
github.com/siyuan-note/filelock v0.0.0-20240724034355-d1ed7bf21d04
|
|
github.com/siyuan-note/httpclient v0.0.0-20240828084311-6bd9eb73747f
|
|
github.com/siyuan-note/logging v0.0.0-20240505035402-6430d57006a2
|
|
github.com/siyuan-note/riff v0.0.0-20240828101024-443a09504726
|
|
github.com/spf13/cast v1.7.0
|
|
github.com/steambap/captcha v1.4.1
|
|
github.com/studio-b12/gowebdav v0.9.0
|
|
github.com/vanng822/css v1.0.1
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
|
|
github.com/xuri/excelize/v2 v2.8.1
|
|
golang.org/x/image v0.19.0
|
|
golang.org/x/mobile v0.0.0-20240520174638-fa72addaaa1b
|
|
golang.org/x/mod v0.20.0
|
|
golang.org/x/text v0.17.0
|
|
golang.org/x/time v0.6.0
|
|
)
|
|
|
|
require (
|
|
dmitri.shuralyov.com/font/woff2 v0.0.0-20180220214647-957792cbbdab // indirect
|
|
github.com/JalfResi/justext v0.0.0-20221106200834-be571e3e3052 // indirect
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver/v3 v3.3.0 // indirect
|
|
github.com/advancedlogic/GoOse v0.0.0-20231203033844-ae6b36caf275 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/andybalholm/brotli v1.1.0 // 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.55.5 // indirect
|
|
github.com/bytedance/sonic v1.12.2 // indirect
|
|
github.com/bytedance/sonic/loader v0.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cloudflare/circl v1.4.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.4 // indirect
|
|
github.com/cloudwego/iasm v0.2.0 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fatih/set v0.2.1 // indirect
|
|
github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // 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.22.0 // indirect
|
|
github.com/go-resty/resty/v2 v2.14.0 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/glog v1.2.2 // indirect
|
|
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/gorilla/sessions v1.4.0 // 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.1 // indirect
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jolestar/go-commons-pool/v2 v2.1.2 // indirect
|
|
github.com/juju/errors v1.0.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20240819163618-b1d8f4d146e7 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // 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/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.20.1 // indirect
|
|
github.com/otiai10/gosseract/v2 v2.4.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/qiniu/go-sdk/v7 v7.20.2 // indirect
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
github.com/quic-go/quic-go v0.46.0 // indirect
|
|
github.com/refraction-networking/utls v1.6.7 // indirect
|
|
github.com/restic/chunker v0.4.0 // indirect
|
|
github.com/richardlehane/mscfb v1.0.4 // indirect
|
|
github.com/richardlehane/msoleps v1.0.3 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/tetratelabs/wazero v1.8.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.8.0 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/wmentor/html v1.0.3 // indirect
|
|
github.com/xuri/efp v0.0.0-20240408161823-9ad904a10d6d // indirect
|
|
github.com/xuri/nfp v0.0.0-20240318013403-ab9948c2c4a7 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
go.uber.org/mock v0.4.0 // indirect
|
|
golang.org/x/arch v0.9.0 // indirect
|
|
golang.org/x/crypto v0.26.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // 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.20231214121541-e7f54c482950
|
|
|
|
//replace github.com/88250/lute => F:\golang\gopath\src\github.com\88250\lute
|
|
//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/pdfcpu => D:\88250\pdfcpu
|
|
//replace github.com/88250/gulu => D:\88250\gulu
|
|
//replace github.com/mattn/go-sqlite3 => D:\88250\go-sqlite3
|
|
//replace github.com/88250/epub => D:\88250\epub
|
|
//replace github.com/siyuan-note/logging => D:\88250\logging
|