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:
Harvey Tindall
2024-08-26 17:26:04 +01:00
parent 9e9f46d97b
commit a4c60c71ea
9 changed files with 46 additions and 25 deletions
+1 -1
View File
@@ -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
View File
@@ -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