Add support for multi-currency transfers

This commit is contained in:
2024-08-19 13:23:20 +03:00
parent de24343ec0
commit 1646d484fb
6 changed files with 40 additions and 11 deletions

4
go.mod
View File

@ -9,4 +9,6 @@ require (
github.com/joho/godotenv v1.5.1
)
require golang.org/x/oauth2 v0.22.0 // indirect
require (
golang.org/x/oauth2 v0.22.0 // indirect
)