update go mod

This commit is contained in:
Arnaud Delcasse
2025-10-08 14:56:01 +02:00
parent a81c1eb33c
commit e36cd6e557
2 changed files with 10 additions and 12 deletions

12
go.mod
View File

@@ -2,17 +2,17 @@ module git.coopgo.io/coopgo-platform/payments
go 1.24.2
require (
github.com/paulmach/orb v0.11.1
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/manterfield/go-mapreader v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/paulmach/orb v0.11.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
golang.org/x/sys v0.12.0 // indirect