18 lines
451 B
Modula-2
18 lines
451 B
Modula-2
module stuzer.link/monobank-firefly3-bot
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
gitea.stuzer.link/stuzer05/go-firefly3 v0.0.0-20240410091657-a7ef9d02ecd9
|
|
github.com/antihax/optional v1.0.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/vtopc/go-monobank v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/decred/dcrd/dcrec/secp256k1/v2 v2.0.0 // indirect
|
|
github.com/vtopc/epoch v1.3.0 // indirect
|
|
github.com/vtopc/go-rest v0.3.0 // indirect
|
|
golang.org/x/oauth2 v0.19.0 // indirect
|
|
)
|