Use FlexVer to get largest loader version (fixes Forge default version in init)

This commit is contained in:
comp500
2022-11-19 20:25:38 +00:00
parent 4f6528dcb5
commit 6160c2ac01
3 changed files with 7 additions and 1 deletions

3
go.mod
View File

@@ -29,6 +29,7 @@ require (
require (
codeberg.org/jmansfield/go-modrinth v0.4.1
github.com/spf13/pflag v1.0.5
github.com/unascribed/FlexVer/go/flexver v1.0.0
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
)
@@ -50,4 +51,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
go 1.18
go 1.19