19 lines
633 B
Modula-2
19 lines
633 B
Modula-2
module github.com/reiver/go-mstdn
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/reiver/go-opt v0.0.0-20240704165441-4ce81358adfc
|
|
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
|
|
)
|
|
|
|
require github.com/reiver/go-jsonint v0.0.0-20240801225431-de2a043732b5
|
|
|
|
require (
|
|
github.com/reiver/go-erorr v0.0.0-20240704145350-0485e21eaa82
|
|
sourcecode.social/reiver/go-erorr v0.0.0-20230922202459-231149d185a1 // indirect
|
|
)
|