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-pathmatch v0.0.0-20231001044920-1772a36eb6bd
|
2023-10-01 09:26:22 +00:00
|
|
|
)
|
2024-08-01 22:29:50 +00:00
|
|
|
|
2024-08-01 23:59:52 +00:00
|
|
|
require (
|
|
|
|
github.com/reiver/go-jsonint v0.0.0-20240801233651-21b9c52057ee
|
|
|
|
github.com/reiver/go-nul v0.0.0-20240801233226-90d138095e48
|
|
|
|
)
|
2024-08-01 23:04:28 +00:00
|
|
|
|
2024-08-02 00:09:06 +00:00
|
|
|
require github.com/reiver/go-jsonstr v0.0.0-20240802000653-a5a8363975f1
|
|
|
|
|
2024-08-02 00:24:56 +00:00
|
|
|
require github.com/reiver/go-jsonpp v0.0.0-20240802002345-16cd4c5a34ee
|
2024-08-02 00:21:55 +00:00
|
|
|
|
|
|
|
require github.com/reiver/go-erorr v0.0.0-20240801233437-8cbde6d1fa3f
|