2024-04-05 16:23:00 +03:00
|
|
|
module stuzer.link/monobank-firefly3-bot
|
2024-03-25 11:55:01 +02:00
|
|
|
|
2024-08-14 12:24:39 +03:00
|
|
|
go 1.23
|
2024-03-25 11:55:01 +02:00
|
|
|
|
|
|
|
require (
|
2024-05-22 14:26:36 +03:00
|
|
|
gitea.stuzer.link/stuzer05/go-firefly3/v2 v2.1.0
|
2024-04-12 11:46:21 +03:00
|
|
|
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-08-19 13:23:20 +03:00
|
|
|
require (
|
2024-08-28 22:41:05 +03:00
|
|
|
github.com/sanity-io/litter v1.5.5 // indirect
|
2024-09-25 19:57:44 +03:00
|
|
|
golang.org/x/oauth2 v0.23.0 // indirect
|
2024-08-19 13:23:20 +03:00
|
|
|
)
|