Upgrade go.mod

This commit is contained in:
George Suntres
2026-04-24 16:43:36 -04:00
parent 834ff3aac4
commit 5124e6d8b9
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -3,8 +3,8 @@ module git.gsuntres.com/general/persist
go 1.25.0
require (
git.gsuntres.com/general/commons v0.0.0-20260423171748-0ce3f3b5eb8c
git.gsuntres.com/general/mongo v0.0.0-20260423183330-d673df0ca105
git.gsuntres.com/general/commons v0.0.0-20260423193720-28dcfb9e4ce9
git.gsuntres.com/general/mongo v0.0.0-20260424204139-7c60f4c57b2d
git.gsuntres.com/general/structful v0.0.0-20260415004657-80b95298f342
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/testcontainers/testcontainers-go v0.41.0
@@ -15,7 +15,7 @@ require (
require (
dario.cat/mergo v1.0.2 // indirect
git.gsuntres.com/general/events v0.0.0-20260423140000-1435849fb2c0 // indirect
git.gsuntres.com/general/events v0.0.0-20260424194951-506e91ff46a2 // 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