9 lines
138 B
Modula-2
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
|
|
)
|