111 lines
5 KiB
Modula-2
111 lines
5 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/flock v0.8.2
|
|
github.com/88250/gulu v1.2.1
|
|
github.com/88250/lute v1.7.4-0.20220525011519-3148f42c174b
|
|
github.com/88250/melody v0.0.0-20201115062536-c0b3394adcd1
|
|
github.com/88250/pdfcpu v0.3.13
|
|
github.com/88250/protyle v0.0.0-20220519012506-0a2c8dc24397
|
|
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
|
|
github.com/ConradIrwin/font v0.0.0-20210318200717-ce8d41cc0732
|
|
github.com/Masterminds/sprig/v3 v3.2.2
|
|
github.com/PuerkitoBio/goquery v1.8.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.0
|
|
github.com/dustin/go-humanize v1.0.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.5.4
|
|
github.com/gabriel-vasile/mimetype v1.4.0
|
|
github.com/getsentry/sentry-go v0.13.0
|
|
github.com/gin-contrib/cors v1.3.1
|
|
github.com/gin-contrib/gzip v0.0.5
|
|
github.com/gin-contrib/sessions v0.0.5
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/imroc/req/v3 v3.11.3
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/mattn/go-zglob v0.0.3
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/mssola/user_agent v0.5.3
|
|
github.com/panjf2000/ants/v2 v2.5.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/qiniu/go-sdk/v7 v7.12.1
|
|
github.com/radovskyb/watcher v1.0.7
|
|
github.com/siyuan-note/encryption v0.0.0-20210811062758-4d08f2d31e37
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9
|
|
golang.org/x/mobile v0.0.0-20220307220422-55113b94f09c
|
|
golang.org/x/text v0.3.7
|
|
)
|
|
|
|
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.1.1 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/dsnet/compress v0.0.1 // indirect
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/go-playground/validator/v10 v10.11.0 // indirect
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // 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/gorilla/websocket v1.5.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hhrutter/lzw v0.0.0-20190829144645-6f07a24e8650 // indirect
|
|
github.com/hhrutter/tiff v0.0.0-20190829141212-736cae8d0bc7 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/juju/errors v0.0.0-20220331221717-b38fca44723b // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // 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/pkg/errors v0.9.1 // indirect
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
|
github.com/spf13/cast v1.5.0 // indirect
|
|
github.com/ugorji/go/codec v1.2.7 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/net v0.0.0-20220524220425-1d687d428aca // indirect
|
|
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.28.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.20220412041952-88c3aaa8595e
|
|
|
|
//replace github.com/88250/lute => D:\gogogo\src\github.com\88250\lute
|
|
//replace github.com/88250/enumfonts => D:\88250\enumfonts
|
|
//replace github.com/88250/pdfcpu => D:\88250\pdfcpu
|
|
//replace github.com/88250/protyle => D:\88250\protyle
|
|
//replace github.com/88250/gulu => D:\88250\gulu
|
|
//replace github.com/88250/melody => D:\88250\melody
|
|
//replace github.com/mattn/go-sqlite3 => D:\88250\go-sqlite3
|