update go.mods
tried to lower required version, most subpackages worked, however some other dependency means the main package requires 1.22.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module github.com/hrfee/jfa-go/scripts/account-gen
|
||||
|
||||
go 1.20
|
||||
go 1.18
|
||||
|
||||
require github.com/hrfee/mediabrowser v0.3.8 // indirect
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ module github.com/hrfee/jfa-go/scripts/ini
|
||||
|
||||
replace github.com/hrfee/jfa-go/common => ../../common
|
||||
|
||||
go 1.22.4
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/hrfee/jfa-go/common v0.0.0-20240824141650-fcdd4e451882 // indirect
|
||||
|
||||
Reference in New Issue
Block a user