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.
15 lines
329 B
15 lines
329 B
10 months ago
|
module gitoa.ru/go-4devs/config/example
|
||
|
|
||
|
go 1.21.5
|
||
|
|
||
|
require (
|
||
|
github.com/sirupsen/logrus v1.9.3
|
||
|
gitoa.ru/go-4devs/config/definition v0.0.0-20240125203435-5586adc4e3d8
|
||
|
gitoa.ru/go-4devs/log v0.5.3
|
||
|
)
|
||
|
|
||
|
require (
|
||
|
github.com/iancoleman/strcase v0.3.0 // indirect
|
||
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||
|
)
|