Update dependencies

This commit is contained in:
Illya Marchenko 2024-08-14 12:24:39 +03:00
parent 0cb4b5821b
commit de24343ec0
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F
2 changed files with 4 additions and 2 deletions

4
go.mod

@ -1,6 +1,6 @@
module stuzer.link/monobank-firefly3-bot
go 1.22.2
go 1.23
require (
gitea.stuzer.link/stuzer05/go-firefly3/v2 v2.1.0
@ -9,4 +9,4 @@ require (
github.com/joho/godotenv v1.5.1
)
require golang.org/x/oauth2 v0.21.0 // indirect
require golang.org/x/oauth2 v0.22.0 // indirect

2
go.sum

@ -12,3 +12,5 @@ golang.org/x/oauth2 v0.20.0 h1:4mQdhULixXKP1rwYBW0vAijoXnkTG0BLCDRzfe1idMo=
golang.org/x/oauth2 v0.20.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.21.0 h1:tsimM75w1tF/uws5rbeHzIWxEqElMehnc+iW793zsZs=
golang.org/x/oauth2 v0.21.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.22.0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA=
golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=