initial commit

This commit is contained in:
2025-05-23 09:44:40 +02:00
commit 90abfe05b2
7 changed files with 168 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module git.coopgo.io/coopgo-platform/payments
go 1.24.2
require (
github.com/manterfield/go-mapreader v0.2.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
)