mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-06-03 08:38:55 -04:00
Upgrade Golang and deps
This commit is contained in:
parent
725d9c151b
commit
d592615b06
3 changed files with 10 additions and 10 deletions
6
go.mod
6
go.mod
|
@ -5,11 +5,11 @@ go 1.20
|
|||
require (
|
||||
github.com/Xpl0itU/dialog v0.0.0-20230805114139-ec888310aded
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/gotk3/gotk3 v0.6.2
|
||||
golang.org/x/crypto v0.17.0
|
||||
github.com/gotk3/gotk3 v0.6.3
|
||||
golang.org/x/crypto v0.21.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
|
||||
golang.org/x/sync v0.5.0
|
||||
golang.org/x/sync v0.6.0
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue