-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathgo.mod
More file actions
123 lines (120 loc) · 4.93 KB
/
Copy pathgo.mod
File metadata and controls
123 lines (120 loc) · 4.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
module go.goblog.app/app
go 1.27.0
require (
code.superseriousbusiness.org/httpsig v1.5.0
git.jlel.se/jlelse/go-geouri v0.0.0-20210525190615-a9c1d50f42d6
git.jlel.se/jlelse/go-shutdowner v0.0.0-20210707065515-773db8099c30
git.jlel.se/jlelse/template-strings v0.0.0-20260916065505-405814d9142a
github.com/HBTGmbH/gosaxml v0.0.44
github.com/PuerkitoBio/goquery v1.13.0
github.com/alecthomas/chroma/v3 v3.0.0-alpha.5
github.com/andybalholm/cascadia v1.3.5
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
github.com/carlmjohnson/requests v0.26.1
github.com/coder/websocket v1.8.15
github.com/coreos/go-oidc/v3 v3.21.0
github.com/dchest/captcha v1.1.0
github.com/dmulholl/mp3lib v1.0.0
github.com/elnormous/contenttype v1.0.4
github.com/emersion/go-sasl v0.0.0-20241020182733-b788ff22d5a6
github.com/emersion/go-smtp v0.25.0
github.com/go-acme/lego/v5 v5.5.2
github.com/go-chi/chi/v5 v5.3.2
github.com/go-jose/go-jose/v4 v4.1.5
github.com/go-webauthn/webauthn v0.18.2
github.com/gorilla/handlers v1.5.2
github.com/gorilla/sessions v1.4.0
github.com/gorilla/websocket v1.5.3
github.com/jlaffaye/ftp v0.2.4
github.com/jlelse/feeds v1.4.0
github.com/justinas/alice v1.2.0
github.com/kaorimatz/go-opml v0.0.0-20210201121027-bc8e2852d7f9
github.com/klauspost/compress v1.20.1
github.com/kovidgoyal/imaging v1.8.23
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lopezator/migrator v0.3.1
github.com/mattn/go-mastodon v0.0.13
github.com/mattn/go-sqlite3 v1.14.52
github.com/mergestat/timediff v0.0.4
github.com/microcosm-cc/bluemonday v1.0.27
github.com/mmcdole/gofeed v1.5.0
github.com/paulmach/go.geojson v1.5.0
github.com/pquerna/otp v1.5.0
github.com/samber/go-singleflightx v1.0.0
github.com/samber/lo v1.53.0
github.com/schollz/sqlite3dump v1.3.1
github.com/snabb/sitemap v1.0.5
github.com/spf13/cast v1.10.0
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.12.1
github.com/tdewolff/minify/v2 v2.24.17
github.com/tiptophelmet/cspolicy v0.1.1
github.com/tomnomnom/linkheader v0.0.0-20250811210735-e5fe3b51442e
github.com/traefik/yaegi v0.16.1
github.com/vcraescu/go-paginator/v2 v2.0.0
github.com/wneessen/go-mail v0.8.1
github.com/yuin/goldmark-emoji/v2 v2.0.2
github.com/yuin/goldmark-highlighting/v3 v3.1.0
github.com/yuin/goldmark/v2 v2.1.5
go.hacdias.com/indielib v0.5.0
go.yaml.in/yaml/v4 v4.0.0-rc.6
goftp.io/server/v2 v2.0.3
golang.org/x/crypto v0.57.0
golang.org/x/net v0.59.0
golang.org/x/oauth2 v0.37.0
golang.org/x/sync v0.23.0
golang.org/x/text v0.42.0
maunium.net/go/mautrix v0.31.0
willnorris.com/go/microformats v1.2.1-0.20260218044424-22f0c2eff25b
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/boombuler/barcode v1.1.0 // indirect
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
github.com/dlclark/regexp2/v2 v2.8.0 // indirect
github.com/felixge/httpsnoop v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.10.1 // indirect
github.com/fxamacker/cbor/v2 v2.9.4 // indirect
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
github.com/go-webauthn/x v0.3.1 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/google/go-tpm v0.9.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
github.com/kovidgoyal/go-parallel v1.1.1 // indirect
github.com/kovidgoyal/go-shm v1.0.0 // indirect
github.com/lestrrat-go/strftime v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/miekg/dns v1.1.73 // indirect
github.com/mmcdole/goxpp/v2 v2.0.0 // indirect
github.com/pelletier/go-toml/v2 v2.4.3 // indirect
github.com/philhofer/fwd v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.35.1 // indirect
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd // indirect
github.com/sagikazarmark/locafero v0.12.0 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tdewolff/parse/v2 v2.8.16 // indirect
github.com/tidwall/gjson v1.19.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
github.com/tinylib/msgp v1.6.4 // indirect
github.com/x448/float16 v0.8.4 // indirect
go.mau.fi/util v0.10.1 // indirect
go.yaml.in/yaml/v3 v3.0.5 // indirect
golang.org/x/exp v0.0.0-20260908205506-85c1c2202aba // indirect
golang.org/x/image v0.46.0 // indirect
golang.org/x/sys v0.48.0 // indirect
software.sslmate.com/src/go-pkcs12 v0.7.3 // indirect
)