Files
config/provider/toml/go.mod
andrey f9a0411192
All checks were successful
Go Action / goaction (push) Successful in 29s
def (#12)
Reviewed-on: #12
2025-12-26 14:55:42 +03:00

9 lines
138 B
Modula-2

module gitoa.ru/go-4devs/config/provider/toml
go 1.22
require (
github.com/pelletier/go-toml v1.9.5
gitoa.ru/go-4devs/config v0.0.1
)