Use commons for case changes

This commit is contained in:
George Suntres
2026-04-01 23:03:55 -04:00
parent 5e1a2fe3ff
commit b0f2914019
8 changed files with 26 additions and 14 deletions

9
go.mod
View File

@@ -3,9 +3,9 @@ module git.gsuntres.com/general/persist
go 1.25.0
require (
git.gsuntres.com/general/commons v0.0.0-20260329171253-65eec3c3b1e3
git.gsuntres.com/general/commons v0.0.0-20260402010100-7e8cf14bb0a5
git.gsuntres.com/general/mongo v0.0.0-20260329164619-eff6c4ecee15
git.gsuntres.com/general/structful v0.0.0-20260330181942-47f7fdf9c083
git.gsuntres.com/general/structful v0.0.0-20260402004702-c83e44b04a9f
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/testcontainers/testcontainers-go v0.41.0
github.com/testcontainers/testcontainers-go/modules/mongodb v0.41.0
@@ -16,7 +16,7 @@ require (
require (
dario.cat/mergo v1.0.2 // indirect
git.gsuntres.com/general/sys v0.0.0-20260329160429-49966ca31027 // indirect
git.gsuntres.com/general/sys v0.0.1 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -39,7 +39,7 @@ require (
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/ianlancetaylor/jsonschema v0.0.0-20251021232724-46ecbf32a0a5 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/klauspost/compress v1.18.5 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/magiconair/properties v1.8.10 // indirect
github.com/matoous/go-nanoid/v2 v2.1.0 // indirect
@@ -58,6 +58,7 @@ require (
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/shirou/gopsutil/v4 v4.26.2 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/stretchr/testify v1.11.1 // indirect
github.com/tklauser/go-sysconf v0.3.16 // indirect
github.com/tklauser/numcpus v0.11.0 // indirect