Implement yookassa client

This commit is contained in:
2026-03-19 00:09:25 +03:00
parent 075a53f6ef
commit dd2c360cf6
15 changed files with 411 additions and 114 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module payouts
go 1.25.0
require (
github.com/go-resty/resty/v2 v2.17.2
github.com/go-viper/encoding/javaproperties v0.1.0
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/google/uuid v1.6.0