initial commit
This commit is contained in:
10
go.mod
Normal file
10
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user