mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-08 19:30:10 +00:00
Harvey Tindall
a4c60c71ea
tried to lower required version, most subpackages worked, however some other dependency means the main package requires 1.22.
10 lines
271 B
Modula-2
10 lines
271 B
Modula-2
module github.com/hrfee/jfa-go/jellyseerr
|
|
|
|
replace github.com/hrfee/jfa-go/common => ../common
|
|
|
|
go 1.18
|
|
|
|
require github.com/hrfee/jfa-go/common v0.0.0-20240728190513-dabef831d769
|
|
|
|
require github.com/hrfee/jfa-go/logmessages v0.0.0-20240806200606-6308db495a0a // indirect
|