WiiUDownloader/go.mod
2025-04-19 19:10:48 +02:00

36 lines
1 KiB
Modula-2

module github.com/Xpl0itU/WiiUDownloader
go 1.23.0
toolchain go1.24.2
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.37.0
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
github.com/knadh/koanf/maps v0.1.2 // indirect
github.com/knadh/koanf/parsers/json v1.0.0
github.com/knadh/koanf/providers/file v1.2.0
github.com/knadh/koanf/v2 v2.2.0
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
golang.org/x/sys v0.32.0 // indirect
)
require (
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
golang.org/x/net v0.39.0 // indirect
)
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/knadh/koanf/providers/structs v1.0.0
golang.org/x/sync v0.13.0
)