You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
241 B
13 lines
241 B
module gitoa.ru/go-4devs/config/provider/json
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
github.com/tidwall/gjson v1.17.0
|
|
gitoa.ru/go-4devs/config v0.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
)
|
|
|