This repository has been archived on 2022-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Segfautils/go.mod
Odyssey346 f384640d03 Switch to an actual JSON library.
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
2022-08-04 20:53:05 +02:00

10 lines
234 B
Modula-2

module github.com/ProjectSegfault/segfautils
go 1.18
require (
github.com/goccy/go-json v0.9.10 // indirect
github.com/gorilla/feeds v1.1.1 // indirect
github.com/kataras/hcaptcha v0.0.0-20200711031247-2927d4faf32f // indirect
)