Mirror of @tangled.org/core. Running on a Raspberry Pi Zero 2 (Please be gentle).

go.mod: tidy

Signed-off-by: oppiliappan <me@oppi.li>

oppi.li 3eb9cefd ed277aad

verified
+4 -31
-2
appview/repo/repo.go
··· 78 78 } 79 79 } 80 80 81 - // isTextualMimeType returns true if the MIME type represents textual content 82 - 83 81 // modify the spindle configured for this repo 84 82 func (rp *Repo) EditSpindle(w http.ResponseWriter, r *http.Request) { 85 83 user := rp.oauth.GetUser(r)
+4 -12
go.mod
··· 7 7 github.com/alecthomas/assert/v2 v2.11.0 8 8 github.com/alecthomas/chroma/v2 v2.15.0 9 9 github.com/avast/retry-go/v4 v4.6.1 10 + github.com/blevesearch/bleve/v2 v2.5.3 10 11 github.com/bluekeyes/go-gitdiff v0.8.1 11 12 github.com/bluesky-social/indigo v0.0.0-20251003000214-3259b215110e 12 13 github.com/bluesky-social/jetstream v0.0.0-20241210005130-ea96859b93d1 14 + github.com/bmatcuk/doublestar/v4 v4.9.1 13 15 github.com/carlmjohnson/versioninfo v0.22.5 14 16 github.com/casbin/casbin/v2 v2.103.0 17 + github.com/charmbracelet/log v0.4.2 15 18 github.com/cloudflare/cloudflare-go v0.115.0 16 19 github.com/cyphar/filepath-securejoin v0.4.1 17 20 github.com/dgraph-io/ristretto v0.2.0 ··· 32 29 github.com/hiddeco/sshsig v0.2.0 33 30 github.com/hpcloud/tail v1.0.0 34 31 github.com/ipfs/go-cid v0.5.0 35 - github.com/lestrrat-go/jwx/v2 v2.1.6 36 32 github.com/mattn/go-sqlite3 v1.14.24 37 33 github.com/microcosm-cc/bluemonday v1.0.27 38 34 github.com/openbao/openbao/api/v2 v2.3.0 ··· 47 45 github.com/wyatt915/goldmark-treeblood v0.0.1 48 46 github.com/yuin/goldmark v1.7.13 49 47 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc 48 + gitlab.com/staticnoise/goldmark-callout v0.0.0-20240609120641-6366b799e4ab 50 49 golang.org/x/crypto v0.40.0 51 50 golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b 52 51 golang.org/x/image v0.31.0 ··· 68 65 github.com/aymerick/douceur v0.2.0 // indirect 69 66 github.com/beorn7/perks v1.0.1 // indirect 70 67 github.com/bits-and-blooms/bitset v1.22.0 // indirect 71 - github.com/blevesearch/bleve/v2 v2.5.3 // indirect 72 68 github.com/blevesearch/bleve_index_api v1.2.8 // indirect 73 69 github.com/blevesearch/geo v0.2.4 // indirect 74 70 github.com/blevesearch/go-faiss v1.0.25 // indirect ··· 85 83 github.com/blevesearch/zapx/v14 v14.4.2 // indirect 86 84 github.com/blevesearch/zapx/v15 v15.4.2 // indirect 87 85 github.com/blevesearch/zapx/v16 v16.2.4 // indirect 88 - github.com/bmatcuk/doublestar/v4 v4.9.1 // indirect 89 86 github.com/casbin/govaluate v1.3.0 // indirect 90 87 github.com/cenkalti/backoff/v4 v4.3.0 // indirect 91 88 github.com/cespare/xxhash/v2 v2.3.0 // indirect 92 89 github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect 93 90 github.com/charmbracelet/lipgloss v1.1.0 // indirect 94 - github.com/charmbracelet/log v0.4.2 // indirect 95 91 github.com/charmbracelet/x/ansi v0.8.0 // indirect 96 92 github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect 97 93 github.com/charmbracelet/x/term v0.2.1 // indirect ··· 98 98 github.com/containerd/errdefs/pkg v0.3.0 // indirect 99 99 github.com/containerd/log v0.1.0 // indirect 100 100 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect 101 - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect 102 101 github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect 103 102 github.com/distribution/reference v0.6.0 // indirect 104 103 github.com/dlclark/regexp2 v1.11.5 // indirect ··· 151 152 github.com/kevinburke/ssh_config v1.2.0 // indirect 152 153 github.com/klauspost/compress v1.18.0 // indirect 153 154 github.com/klauspost/cpuid/v2 v2.3.0 // indirect 154 - github.com/lestrrat-go/blackmagic v1.0.4 // indirect 155 - github.com/lestrrat-go/httpcc v1.0.1 // indirect 156 - github.com/lestrrat-go/httprc v1.0.6 // indirect 157 - github.com/lestrrat-go/iter v1.0.2 // indirect 158 - github.com/lestrrat-go/option v1.0.1 // indirect 159 155 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect 160 156 github.com/mattn/go-isatty v0.0.20 // indirect 161 157 github.com/mattn/go-runewidth v0.0.16 // indirect ··· 185 191 github.com/prometheus/procfs v0.16.1 // indirect 186 192 github.com/rivo/uniseg v0.4.7 // indirect 187 193 github.com/ryanuber/go-glob v1.0.0 // indirect 188 - github.com/segmentio/asm v1.2.0 // indirect 189 194 github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect 190 195 github.com/spaolacci/murmur3 v1.1.0 // indirect 191 196 github.com/vmihailenco/go-tinylfu v0.2.2 // indirect ··· 192 199 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect 193 200 github.com/wyatt915/treeblood v0.1.16 // indirect 194 201 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect 195 - gitlab.com/staticnoise/goldmark-callout v0.0.0-20240609120641-6366b799e4ab // indirect 196 202 gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect 197 203 gitlab.com/yawning/tuplehash v0.0.0-20230713102510-df83abbf9a02 // indirect 198 204 go.etcd.io/bbolt v1.4.0 // indirect
-17
go.sum
··· 71 71 github.com/bluesky-social/jetstream v0.0.0-20241210005130-ea96859b93d1 h1:CFvRtYNSnWRAi/98M3O466t9dYuwtesNbu6FVPymRrA= 72 72 github.com/bluesky-social/jetstream v0.0.0-20241210005130-ea96859b93d1/go.mod h1:WiYEeyJSdUwqoaZ71KJSpTblemUCpwJfh5oVXplK6T4= 73 73 github.com/bmatcuk/doublestar/v4 v4.6.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc= 74 - github.com/bmatcuk/doublestar/v4 v4.7.1 h1:fdDeAqgT47acgwd9bd9HxJRDmc9UAmPpc+2m0CXv75Q= 75 74 github.com/bmatcuk/doublestar/v4 v4.7.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc= 76 75 github.com/bmatcuk/doublestar/v4 v4.9.1 h1:X8jg9rRZmJd4yRy7ZeNDRnM+T3ZfHv15JiBJ/avrEXE= 77 76 github.com/bmatcuk/doublestar/v4 v4.9.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc= ··· 125 126 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 126 127 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= 127 128 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 128 - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 h1:NMZiJj8QnKe1LgsbDayM4UoHwbvwDRwnI3hwNaAHRnc= 129 - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0/go.mod h1:ZXNYxsqcloTdSy/rNShjYzMhyjf0LaoftYK0p+A3h40= 130 129 github.com/dgraph-io/ristretto v0.2.0 h1:XAfl+7cmoUDWW/2Lx8TGZQjjxIQ2Ley9DSf52dru4WE= 131 130 github.com/dgraph-io/ristretto v0.2.0/go.mod h1:8uBHCU/PBV4Ag0CJrP47b9Ofby5dqWNh4FicAdoqFNU= 132 131 github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y= ··· 327 330 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= 328 331 github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= 329 332 github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= 330 - github.com/lestrrat-go/blackmagic v1.0.4 h1:IwQibdnf8l2KoO+qC3uT4OaTWsW7tuRQXy9TRN9QanA= 331 - github.com/lestrrat-go/blackmagic v1.0.4/go.mod h1:6AWFyKNNj0zEXQYfTMPfZrAXUWUfTIZ5ECEUEJaijtw= 332 - github.com/lestrrat-go/httpcc v1.0.1 h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE= 333 - github.com/lestrrat-go/httpcc v1.0.1/go.mod h1:qiltp3Mt56+55GPVCbTdM9MlqhvzyuL6W/NMDA8vA5E= 334 - github.com/lestrrat-go/httprc v1.0.6 h1:qgmgIRhpvBqexMJjA/PmwSvhNk679oqD1RbovdCGW8k= 335 - github.com/lestrrat-go/httprc v1.0.6/go.mod h1:mwwz3JMTPBjHUkkDv/IGJ39aALInZLrhBp0X7KGUZlo= 336 - github.com/lestrrat-go/iter v1.0.2 h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI= 337 - github.com/lestrrat-go/iter v1.0.2/go.mod h1:Momfcq3AnRlRjI5b5O8/G5/BvpzrhoFTZcn06fEOPt4= 338 - github.com/lestrrat-go/jwx/v2 v2.1.6 h1:hxM1gfDILk/l5ylers6BX/Eq1m/pnxe9NBwW6lVfecA= 339 - github.com/lestrrat-go/jwx/v2 v2.1.6/go.mod h1:Y722kU5r/8mV7fYDifjug0r8FK8mZdw0K0GpJw/l8pU= 340 - github.com/lestrrat-go/option v1.0.1 h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU= 341 - github.com/lestrrat-go/option v1.0.1/go.mod h1:5ZHFbivi4xwXxhxY9XHDe2FHo6/Z7WWmtT7T5nBBp3I= 342 333 github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY= 343 334 github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0= 344 335 github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE= ··· 451 466 github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= 452 467 github.com/ryanuber/go-glob v1.0.0 h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk= 453 468 github.com/ryanuber/go-glob v1.0.0/go.mod h1:807d1WSdnB0XRJzKNil9Om6lcp/3a0v4qIHxIXzX/Yc= 454 - github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys= 455 - github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs= 456 469 github.com/sergi/go-diff v1.1.0 h1:we8PVUC3FE2uYfodKH/nBHMSetSfHDR6scGdBi+erh0= 457 470 github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= 458 471 github.com/sethvargo/go-envconfig v1.1.0 h1:cWZiJxeTm7AlCvzGXrEXaSTCNgip5oJepekh/BOQuog=