Fix broken filtering through discriminator

This commit is contained in:
George Suntres
2026-04-17 20:46:00 -04:00
parent 99b36e577e
commit 7599b8b856
7 changed files with 30 additions and 11 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-20260416141603-7a6c5b6c3c8c
git.gsuntres.com/general/commons v0.0.0-20260418004121-f52793a7641f
git.gsuntres.com/general/sys v0.0.0-20260329160429-49966ca31027
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/google/go-cmp v0.7.0