2024-04-05 16:23:00 +03:00
|
|
|
module stuzer.link/monobank-firefly3-bot
|
2024-03-25 11:55:01 +02:00
|
|
|
|
2024-04-10 12:19:44 +03:00
|
|
|
go 1.22.2
|
2024-03-25 11:55:01 +02:00
|
|
|
|
|
|
|
require (
|
2024-04-12 11:46:21 +03:00
|
|
|
gitea.stuzer.link/stuzer05/go-firefly3/v2 v2.0.12
|
|
|
|
gitea.stuzer.link/stuzer05/go-monobank v0.2303.0
|
2024-03-25 11:55:01 +02:00
|
|
|
github.com/antihax/optional v1.0.0
|
|
|
|
github.com/joho/godotenv v1.5.1
|
|
|
|
)
|
|
|
|
|
2024-04-10 23:24:16 +03:00
|
|
|
require golang.org/x/oauth2 v0.19.0 // indirect
|