2024-08-01 22:15:34 +00:00
|
|
|
module github.com/reiver/go-mstdn
|
2023-10-01 09:26:22 +00:00
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2024-08-01 22:29:50 +00:00
|
|
|
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
|
2024-08-01 22:17:28 +00:00
|
|
|
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1
|
|
|
|
sourcecode.social/reiver/go-jsonint v0.0.0-20230924212905-09e0626e3dd8
|
|
|
|
sourcecode.social/reiver/go-jsonpp v0.0.0-20230927044614-2bd26d25b35e
|
|
|
|
sourcecode.social/reiver/go-jsonstr v0.0.0-20230927032837-cca9187c9798
|
|
|
|
sourcecode.social/reiver/go-nul v0.0.0-20230927004815-8a8eeb3194fa
|
|
|
|
sourcecode.social/reiver/go-pathmatch v0.0.0-20231001044920-1772a36eb6bd
|
2023-10-01 09:26:22 +00:00
|
|
|
)
|
2024-08-01 22:29:50 +00:00
|
|
|
|
|
|
|
require github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82 // indirect
|