mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
19 lines
461 B
Modula-2
19 lines
461 B
Modula-2
module github.com/hrfee/jfa-go/scripts/ini
|
|
|
|
replace github.com/hrfee/jfa-go/common => ../../common
|
|
|
|
replace github.com/hrfee/jfa-go/logmessages => ../../logmessages
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/goccy/go-yaml v1.18.0
|
|
github.com/hrfee/jfa-go/common v0.0.0-00010101000000-000000000000
|
|
gopkg.in/ini.v1 v1.67.0
|
|
)
|
|
|
|
require (
|
|
github.com/hrfee/jfa-go/logmessages v0.0.0-20240806200606-6308db495a0a // indirect
|
|
github.com/stretchr/testify v1.11.1 // indirect
|
|
)
|