forked from ebhomengo/niki
19 lines
504 B
Modula-2
19 lines
504 B
Modula-2
module git.gocasts.ir/ebhomengo/niki
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/knadh/koanf v1.5.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
|
golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|