Files
config/provider/toml/go.mod
andrey 90f6f65c5f
All checks were successful
Go Action / goaction (push) Successful in 28s
Go Action / goaction (pull_request) Successful in 26s
update toml
2025-12-27 10:50:32 +03:00

9 lines
141 B
Modula-2

module gitoa.ru/go-4devs/config/provider/toml
go 1.23
require (
github.com/pelletier/go-toml/v2 v2.2.4
gitoa.ru/go-4devs/config v0.0.5
)