upgraded wails and crypts

This commit is contained in:
2025-03-03 15:28:30 -05:00
parent 0e00120778
commit baed9a4a67
2 changed files with 7 additions and 7 deletions

6
go.mod
View File

@ -1,11 +1,11 @@
module AniTrack
go 1.24
go 1.24.0
require (
github.com/99designs/keyring v1.2.2
github.com/tidwall/gjson v1.18.0
github.com/wailsapp/wails/v2 v2.10.0
github.com/wailsapp/wails/v2 v2.10.1
)
require (
@ -39,7 +39,7 @@ require (
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/wailsapp/go-webview2 v1.0.19 // indirect
github.com/wailsapp/mimetype v1.4.1 // indirect
golang.org/x/crypto v0.33.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.29.0 // indirect