Try to fix crashing issues

This commit is contained in:
Xpl0itU 2023-08-04 15:21:12 +02:00
parent 7f96e5d861
commit 1ddcf5f645
3 changed files with 11 additions and 6 deletions

5
go.mod
View file

@ -7,4 +7,9 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/gotk3/gotk3 v0.6.2
golang.org/x/crypto v0.11.0
github.com/Xpl0itU/dialog v0.0.0-20230804131525-853ec517fc9e
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
)