2024-09-11 20:57:23 -05:00
module codeberg . org / danjones000 / lenore
go 1.23 . 1
2024-09-12 16:40:31 -05:00
require (
2024-09-14 23:07:28 -05:00
github . com / BurntSushi / toml v1 . 4.0
2024-09-12 16:40:31 -05:00
github . com / go - ap / activitypub v0 . 0.0 - 20240910141749 - b4b8c8aa484c
github . com / go - ap / client v0 . 0.0 - 20240910141951 - 13 a4f3c4fd53
github . com / go - ap / fedbox v0 . 0.0 - 20240910163620 - 7 bcedb2eb399
2024-09-14 18:12:44 -05:00
github . com / go - ap / filters v0 . 0.0 - 20240910141936 - c8f68cdf2bc9
2024-09-12 16:40:31 -05:00
github . com / go - ap / processing v0 . 0.0 - 20240910151355 - 8284 a5ce9c22
github . com / go - ap / storage - sqlite v0 . 0.0 - 20240910151457 - 20 fa80d963aa
2024-09-14 18:12:44 -05:00
github . com / openshift / osin v1 . 0.2 - 0.20220317075346 - 0 f4d38c6e53f
2024-09-13 13:38:30 -05:00
github . com / stretchr / testify v1 . 9.0
2024-09-12 16:40:31 -05:00
)
require (
git . sr . ht / ~ mariusor / cache v0 . 0.0 - 20240905174905 - d68f888f114e / / indirect
git . sr . ht / ~ mariusor / go - xsd - duration v0 . 0.0 - 20220703122237 - 02 e73435a078 / / indirect
git . sr . ht / ~ mariusor / lw v0 . 0.0 - 20240906100438 - 00 d2184b2120 / / indirect
git . sr . ht / ~ mariusor / ssm v0 . 0.0 - 20240811085540 - 34 f24cac52b7 / / indirect
2024-09-13 13:38:30 -05:00
github . com / davecgh / go - spew v1 . 1.1 / / indirect
2024-09-12 16:40:31 -05:00
github . com / dustin / go - humanize v1 . 0.1 / / indirect
github . com / go - ap / cache v0 . 0.0 - 20240910141827 - 94 f8ac1a9133 / / indirect
github . com / go - ap / errors v0 . 0.0 - 20240910140019 - 1 e9d33cc1568 / / indirect
github . com / go - ap / jsonld v0 . 0.0 - 20221030091449 - f2a191312c73 / / indirect
github . com / go - chi / chi / v5 v5 . 1.0 / / indirect
github . com / go - fed / httpsig v1 . 1.0 / / indirect
github . com / google / uuid v1 . 6.0 / / indirect
github . com / hashicorp / golang - lru / v2 v2 . 0.7 / / indirect
github . com / mariusor / qstring v0 . 0.0 - 20200204164351 - 5 a99d46de39d / / indirect
github . com / mattn / go - colorable v0 . 1.13 / / indirect
github . com / mattn / go - isatty v0 . 0.20 / / indirect
github . com / mattn / go - sqlite3 v1 . 14.23 / / indirect
github . com / ncruces / go - strftime v0 . 1.9 / / indirect
github . com / pborman / uuid v1 . 2.1 / / indirect
2024-09-13 13:38:30 -05:00
github . com / pmezard / go - difflib v1 . 0.0 / / indirect
2024-09-12 16:40:31 -05:00
github . com / remyoudompheng / bigfft v0 . 0.0 - 20230129092748 - 24 d4a6f8daec / / indirect
github . com / rs / xid v1 . 6.0 / / indirect
github . com / rs / zerolog v1 . 33.0 / / indirect
github . com / valyala / fastjson v1 . 6.4 / / indirect
golang . org / x / crypto v0 . 27.0 / / indirect
golang . org / x / oauth2 v0 . 23.0 / / indirect
golang . org / x / sys v0 . 25.0 / / indirect
golang . org / x / text v0 . 18.0 / / indirect
2024-09-13 13:38:30 -05:00
gopkg . in / yaml . v3 v3 . 0.1 / / indirect
2024-09-12 16:40:31 -05:00
modernc . org / gc / v3 v3 . 0.0 - 20240801135723 - a856999a2e4a / / indirect
modernc . org / mathutil v1 . 6.0 / / indirect
modernc . org / memory v1 . 8.0 / / indirect
modernc . org / sqlite v1 . 33.0 / / indirect
modernc . org / strutil v1 . 2.0 / / indirect
modernc . org / token v1 . 1.0 / / indirect
)