Add sort to find

This commit is contained in:
George Suntres
2026-04-25 12:42:30 -04:00
parent 7c60f4c57b
commit 374b4b22c9
6 changed files with 27 additions and 13 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.gsuntres.com/general/mongo
go 1.25.0
require (
git.gsuntres.com/general/commons v0.0.0-20260423193720-28dcfb9e4ce9
git.gsuntres.com/general/commons v0.0.0-20260425145405-80a923f150d3
git.gsuntres.com/general/events v0.0.0-20260424194951-506e91ff46a2
git.gsuntres.com/general/sys v0.0.1
github.com/go-viper/mapstructure/v2 v2.5.0