-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathgo.mod
More file actions
107 lines (104 loc) · 5.25 KB
/
Copy pathgo.mod
File metadata and controls
107 lines (104 loc) · 5.25 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
module git.sr.ht/~mariusor/brutalinks
go 1.26.0
require (
git.sr.ht/~mariusor/assets v0.0.0-20241011130619-ac139c364a49
git.sr.ht/~mariusor/box v0.0.0-20260518090626-38e34b387934
git.sr.ht/~mariusor/cache v0.0.0-20260516133819-5427e9c3067b
git.sr.ht/~mariusor/lw v0.0.0-20250325163623-1639f3fb0e0d
git.sr.ht/~mariusor/mask v0.0.0-20250114195353-98705a6977b7
git.sr.ht/~mariusor/servermux v0.0.0-20260310142041-b6c9be7e7820
git.sr.ht/~mariusor/tdiff v0.0.0-20260507174357-e36a9010f0f0
git.sr.ht/~mariusor/wrapper v0.0.0-20260103185140-9873830de009
github.com/alecthomas/kong v1.13.0
github.com/go-ap/activitypub v0.0.0-20260416122353-fb80985e153a
github.com/go-ap/cache v0.0.0-20260601105412-761bb369c090
github.com/go-ap/client v0.0.0-20260515125006-7c971011a6dd
github.com/go-ap/errors v0.0.0-20260208110149-e1b309365966
github.com/go-ap/filters v0.0.0-20260416122840-724cb3c8974c
github.com/go-ap/jsonld v0.0.0-20251216162253-e38fa664ea77
github.com/go-chi/chi/v5 v5.3.0
github.com/google/uuid v1.6.0
github.com/gorilla/csrf v1.7.3
github.com/gorilla/sessions v1.4.0
github.com/joho/godotenv v1.5.1
github.com/mariusor/qstring v0.0.0-20200204164351-5a99d46de39d
github.com/mariusor/render v1.5.1-0.20250901122421-8ac127627c3f
github.com/microcosm-cc/bluemonday v1.0.27
github.com/openshift/osin v1.0.2-0.20210113124101-8612686d6dda
github.com/tdewolff/minify v2.3.6+incompatible
github.com/writeas/go-nodeinfo v1.0.0
gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a
gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f
golang.org/x/oauth2 v0.36.0
golang.org/x/text v0.37.0
)
require (
charm.land/bubbles/v2 v2.1.0 // indirect
charm.land/bubbletea/v2 v2.0.6 // indirect
charm.land/lipgloss/v2 v2.0.3 // indirect
charm.land/log/v2 v2.0.0 // indirect
charm.land/wish/v2 v2.0.1 // indirect
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
git.sr.ht/~mariusor/ssm v0.0.0-20260505081700-875e54c38633 // indirect
git.sr.ht/~mariusor/tagextractor v0.0.0-20260518085636-bf7a51d51654 // indirect
git.sr.ht/~mariusor/vocab-bubbles v0.0.0-20260519143819-09a5cbe86185 // indirect
github.com/RoaringBitmap/roaring v1.9.4 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/bits-and-blooms/bitset v1.24.4 // indirect
github.com/captncraig/cors v0.0.0-20190703115713-e80254a89df1 // indirect
github.com/charmbracelet/colorprofile v0.4.3 // indirect
github.com/charmbracelet/keygen v0.5.4 // indirect
github.com/charmbracelet/ssh v0.0.0-20250826160808-ebfa259c7309 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260525132238-948f4557a654 // indirect
github.com/charmbracelet/x/ansi v0.11.7 // indirect
github.com/charmbracelet/x/conpty v0.2.0 // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/charmbracelet/x/termios v0.1.1 // indirect
github.com/charmbracelet/x/windows v0.2.2 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/cowboyrushforth/go-webfinger v0.0.0-20130704082154-c529bc770972 // indirect
github.com/creack/pty v1.1.24 // indirect
github.com/dadrus/httpsig v0.9.0 // indirect
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/elnormous/contenttype v1.0.4 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/go-logfmt/logfmt v0.6.1 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/jdkato/prose v1.2.1 // indirect
github.com/leporo/sqlf v1.4.0 // indirect
github.com/lucasb-eyer/go-colorful v1.4.0 // indirect
github.com/mariusor/bubbles-tree v0.0.0-20260519151908-a3185afecf1e // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mattn/go-runewidth v0.0.24 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/pborman/uuid v1.2.1 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/rs/xid v1.6.0 // indirect
github.com/rs/zerolog v1.35.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/tdewolff/test v1.0.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fastjson v1.6.10 // indirect
github.com/writeas/go-webfinger v1.1.0 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect
gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect
go.etcd.io/bbolt v1.4.3 // indirect
golang.org/x/crypto v0.52.0 // indirect
golang.org/x/exp v0.0.0-20260529124908-c761662dc8c9 // indirect
golang.org/x/net v0.55.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
quamina.net/go/quamina/v2 v2.0.2 // indirect
)