-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
130 lines (127 loc) · 6.37 KB
/
Copy pathgo.mod
File metadata and controls
130 lines (127 loc) · 6.37 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
124
125
126
127
128
129
130
module github.com/go-ap/fedbox
go 1.25.9
require (
charm.land/bubbletea/v2 v2.0.7
charm.land/wish/v2 v2.0.1
git.sr.ht/~mariusor/cache v0.0.0-20260516133819-5427e9c3067b
git.sr.ht/~mariusor/lw v0.0.0-20250325163623-1639f3fb0e0d
git.sr.ht/~mariusor/motley v0.0.0-20260528102719-22ef96ea9be1
git.sr.ht/~mariusor/servermux v0.0.0-20260310142041-b6c9be7e7820
git.sr.ht/~mariusor/storage-all v0.0.0-20260623180503-8ca527642cdf
git.sr.ht/~mariusor/wrapper v0.0.0-20260103185140-9873830de009
github.com/alecthomas/kong v1.15.0
github.com/charmbracelet/ssh v0.0.0-20250826160808-ebfa259c7309
github.com/go-ap/activitypub v0.0.0-20260623165555-815f070c5691
github.com/go-ap/auth v0.0.0-20260623171202-82736ef7beee
github.com/go-ap/cache v0.0.0-20260623165715-8c6851972415
github.com/go-ap/client v0.0.0-20260623171432-373fc6e83311
github.com/go-ap/errors v0.0.0-20260607141156-afed270859b6
github.com/go-ap/filters v0.0.0-20260623165758-2d9724598dc0
github.com/go-ap/jsonld v0.0.0-20260607140920-737b40e0ca38
github.com/go-ap/processing v0.0.0-20260623171507-3b8a3953d3a5
github.com/go-chi/chi/v5 v5.3.0
github.com/go-chi/cors v1.2.2
github.com/go-fed/httpsig v1.1.0
github.com/joho/godotenv v1.5.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pborman/uuid v1.2.1
github.com/sergeymakinen/go-ico v1.0.0
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
go.uber.org/goleak v1.3.0
golang.org/x/crypto v0.53.0
)
require (
charm.land/bubbles/v2 v2.1.0 // indirect
charm.land/lipgloss/v2 v2.0.4 // indirect
charm.land/log/v2 v2.0.0 // indirect
git.sr.ht/~mariusor/go-xsd-duration v0.0.0-20220703122237-02e73435a078 // indirect
git.sr.ht/~mariusor/mask v0.0.0-20250114195353-98705a6977b7
git.sr.ht/~mariusor/ssm v0.0.0-20260505081700-875e54c38633 // indirect
github.com/RoaringBitmap/roaring v1.9.4 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/bits-and-blooms/bitset v1.24.5 // indirect
github.com/carlmjohnson/requests v0.25.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/charmbracelet/colorprofile v0.4.3 // indirect
github.com/charmbracelet/keygen v0.5.4 // indirect
github.com/charmbracelet/ultraviolet v0.0.0-20260622092850-f39628c8a989 // 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/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/creack/pty v1.1.24 // indirect
github.com/dadrus/httpsig v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dgraph-io/badger/v4 v4.9.2 // indirect
github.com/dgraph-io/ristretto/v2 v2.4.0 // indirect
github.com/dunglas/httpsfv v1.1.0 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-ap/storage-badger v0.0.0-20260623172836-f2f0cdc005c4 // indirect
github.com/go-ap/storage-boltdb v0.0.0-20260623173459-6c23be88365c // indirect
github.com/go-ap/storage-fs v0.0.0-20260623172924-90fd23cfc04d // indirect
github.com/go-ap/storage-pg v0.0.0-20260623173748-b78e89b2cb09 // indirect
github.com/go-ap/storage-sqlite v0.0.0-20260623173233-ed600a0a16ca // indirect
github.com/go-logfmt/logfmt v0.6.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // indirect
github.com/google/pprof v0.0.0-20260402051712-545e8a4df936 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.10.0 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jdkato/prose v1.2.1 // indirect
github.com/klauspost/compress v1.18.6 // 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/mariusor/qstring v0.0.0-20200204164351-5a99d46de39d // 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/mattn/go-sqlite3 v1.14.47 // 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/muesli/termenv v0.16.0 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/openshift/osin v1.0.2-0.20220317075346-0f4d38c6e53f
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // 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/sergeymakinen/go-bmp v1.0.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fastjson v1.6.10 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
go.etcd.io/bbolt v1.5.0 // indirect
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
go.opentelemetry.io/otel v1.44.0 // indirect
go.opentelemetry.io/otel/metric v1.44.0 // indirect
go.opentelemetry.io/otel/trace v1.44.0 // indirect
golang.org/x/exp v0.0.0-20260611194520-c48552f49976 // indirect
golang.org/x/image v0.39.0 // indirect
golang.org/x/net v0.56.0 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
golang.org/x/text v0.38.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/neurosnap/sentences.v1 v1.0.7 // indirect
modernc.org/libc v1.73.4 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.53.0 // indirect
quamina.net/go/quamina/v2 v2.0.2 // indirect
)