Switch to an actual JSON library.

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346
2022-08-04 20:53:05 +02:00
parent 2149d8c57c
commit f384640d03
3 changed files with 14 additions and 21 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ 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
)