2022-05-24 18:03:31 +09:30
|
|
|
module github.com/tardisx/linkwallet
|
|
|
|
|
2025-05-03 12:37:44 +09:30
|
|
|
go 1.23.0
|
|
|
|
|
|
|
|
toolchain go1.24.1
|
2022-05-24 18:03:31 +09:30
|
|
|
|
|
|
|
require (
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/gin-gonic/gin v1.10.0
|
2022-05-24 18:03:31 +09:30
|
|
|
github.com/gocolly/colly v1.2.0
|
2025-05-03 12:37:44 +09:30
|
|
|
gonum.org/v1/plot v0.16.0
|
2022-05-24 18:03:31 +09:30
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-05-03 12:37:44 +09:30
|
|
|
codeberg.org/go-fonts/liberation v0.5.0 // indirect
|
|
|
|
codeberg.org/go-latex/latex v0.1.0 // indirect
|
|
|
|
codeberg.org/go-pdf/fpdf v0.11.1 // indirect
|
|
|
|
git.sr.ht/~sbinet/gg v0.6.0 // indirect
|
|
|
|
github.com/RoaringBitmap/roaring/v2 v2.4.5 // indirect
|
2022-12-17 12:34:26 +10:30
|
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/bits-and-blooms/bitset v1.22.0 // indirect
|
|
|
|
github.com/blevesearch/bleve_index_api v1.2.8 // indirect
|
|
|
|
github.com/blevesearch/geo v0.2.0 // indirect
|
|
|
|
github.com/blevesearch/go-faiss v1.0.25 // indirect
|
|
|
|
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
|
|
|
|
github.com/blevesearch/gtreap v0.1.1 // indirect
|
|
|
|
github.com/blevesearch/mmap-go v1.0.4 // indirect
|
|
|
|
github.com/blevesearch/scorch_segment_api/v2 v2.3.10 // indirect
|
|
|
|
github.com/blevesearch/segment v0.9.1 // indirect
|
|
|
|
github.com/blevesearch/snowballstem v0.9.0 // indirect
|
|
|
|
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect
|
|
|
|
github.com/blevesearch/vellum v1.1.0 // indirect
|
|
|
|
github.com/blevesearch/zapx/v11 v11.4.1 // indirect
|
|
|
|
github.com/blevesearch/zapx/v12 v12.4.1 // indirect
|
|
|
|
github.com/blevesearch/zapx/v13 v13.4.1 // indirect
|
|
|
|
github.com/blevesearch/zapx/v14 v14.4.1 // indirect
|
|
|
|
github.com/blevesearch/zapx/v15 v15.4.1 // indirect
|
|
|
|
github.com/blevesearch/zapx/v16 v16.2.3 // indirect
|
|
|
|
github.com/bytedance/sonic v1.13.2 // indirect
|
|
|
|
github.com/bytedance/sonic/loader v0.2.4 // indirect
|
|
|
|
github.com/campoy/embedmd v1.0.0 // indirect
|
|
|
|
github.com/cloudwego/base64x v0.1.5 // indirect
|
|
|
|
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
|
|
|
|
github.com/gin-contrib/sse v1.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.26.0 // indirect
|
|
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
2022-12-17 12:34:26 +10:30
|
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/golang/snappy v1.0.0 // indirect
|
2022-05-24 19:43:50 +09:30
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/mschoch/smat v0.2.0 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
|
|
github.com/ugorji/go/codec v1.2.12 // indirect
|
|
|
|
go.etcd.io/bbolt v1.4.0 // indirect
|
|
|
|
golang.org/x/arch v0.16.0 // indirect
|
|
|
|
golang.org/x/crypto v0.37.0 // indirect
|
|
|
|
golang.org/x/image v0.26.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-05-24 18:03:31 +09:30
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/PuerkitoBio/goquery v1.10.3 // indirect
|
|
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
|
|
github.com/antchfx/htmlquery v1.3.4 // indirect
|
|
|
|
github.com/antchfx/xmlquery v1.4.4 // indirect
|
|
|
|
github.com/antchfx/xpath v1.3.4 // indirect
|
|
|
|
github.com/blevesearch/bleve/v2 v2.5.0
|
|
|
|
github.com/gin-contrib/gzip v1.2.3
|
2022-05-24 18:03:31 +09:30
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
|
|
github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b
|
2022-05-24 19:43:50 +09:30
|
|
|
github.com/google/go-github/v44 v44.1.0
|
2022-05-24 18:03:31 +09:30
|
|
|
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
|
|
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
2022-05-24 18:03:31 +09:30
|
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
2025-05-03 12:37:44 +09:30
|
|
|
github.com/timshannon/bolthold v0.0.0-20240314194003-30aac6950928
|
|
|
|
golang.org/x/mod v0.24.0
|
|
|
|
golang.org/x/net v0.39.0 // indirect
|
|
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
|
|
golang.org/x/text v0.24.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
2022-05-24 18:03:31 +09:30
|
|
|
)
|