-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
go.mod
34 lines (29 loc) · 1014 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
module github.com/Xpl0itU/WiiUDownloader
go 1.21
require (
github.com/Xpl0itU/dialog v0.0.0-20230805114139-ec888310aded
github.com/dustin/go-humanize v1.0.1
github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56
golang.org/x/crypto v0.24.0
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/knadh/koanf/parsers/json v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/v2 v2.1.1
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
golang.org/x/sys v0.21.0 // indirect
)
require (
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
golang.org/x/net v0.26.0 // indirect
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/knadh/koanf/providers/structs v0.1.0
golang.org/x/sync v0.7.0
)