json utils

This commit is contained in:
ethan merchant 2024-11-27 14:19:38 -05:00
parent 7b10cad239
commit f8f5b19007
2 changed files with 4 additions and 0 deletions

2
go.mod
View file

@ -3,3 +3,5 @@ module dofdev
go 1.23.2
require github.com/gorilla/mux v1.8.1
require github.com/gookit/goutil v0.6.17 // indirect

2
go.sum
View file

@ -1,2 +1,4 @@
github.com/gookit/goutil v0.6.17 h1:SxmbDz2sn2V+O+xJjJhJT/sq1/kQh6rCJ7vLBiRPZjI=
github.com/gookit/goutil v0.6.17/go.mod h1:rSw1LchE1I3TDWITZvefoAC9tS09SFu3lHXLCV7EaEY=
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=