Upgrade mongo, persist
This commit is contained in:
5
go.mod
5
go.mod
@@ -3,8 +3,8 @@ module git.gsuntres.com/general/persist
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
git.gsuntres.com/general/commons v0.0.0-20260418004121-f52793a7641f
|
||||
git.gsuntres.com/general/mongo v0.0.0-20260418161100-6e91f8475035
|
||||
git.gsuntres.com/general/commons v0.0.0-20260418234051-1298398922cc
|
||||
git.gsuntres.com/general/mongo v0.0.0-20260419001855-29144f54bd36
|
||||
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
|
||||
@@ -56,6 +56,7 @@ require (
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
||||
github.com/sergi/go-diff v1.4.0 // 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
|
||||
|
||||
Reference in New Issue
Block a user