Use proper module versions

This commit is contained in:
2024-04-12 11:46:21 +03:00
parent f707d01376
commit ac84e48d8f
4 changed files with 8 additions and 16 deletions

4
go.mod
View File

@ -3,8 +3,8 @@ module stuzer.link/monobank-firefly3-bot
go 1.22.2
require (
gitea.stuzer.link/stuzer05/go-firefly3 v0.0.0-20240410133657-a9fdc50a8c8a
gitea.stuzer.link/stuzer05/go-monobank v0.0.0-20240410200931-4738cbd4284e
gitea.stuzer.link/stuzer05/go-firefly3/v2 v2.0.12
gitea.stuzer.link/stuzer05/go-monobank v0.2303.0
github.com/antihax/optional v1.0.0
github.com/joho/godotenv v1.5.1
)