Automatically download and bundle unwhitelisted mods/files in Modrinth modpacks

This commit is contained in:
comp500
2022-03-29 01:02:24 +01:00
parent 3fb350f244
commit cdd737839d
4 changed files with 69 additions and 14 deletions

6
go.mod
View File

@@ -19,13 +19,15 @@ require (
github.com/spf13/viper v1.8.0
github.com/vbauerster/mpb/v4 v4.12.2
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/text v0.3.6 // indirect
gopkg.in/dixonwille/wlog.v2 v2.0.0 // indirect
gopkg.in/dixonwille/wmenu.v4 v4.0.2
)
require golang.org/x/exp v0.0.0-20220328175248-053ad81199eb
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
@@ -43,4 +45,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)
go 1.17
go 1.18