-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
28 lines (25 loc) · 987 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module ergo.services/tools
go 1.20
require (
ergo.services/application v0.0.0-20240904055159-7f2e1a954c05
ergo.services/ergo v1.999.300
ergo.services/logger v0.0.0-20240904054830-18407beea628
ergo.services/registrar v0.0.0-20240904055058-e6122854db7e
github.com/fsnotify/fsnotify v1.7.0
github.com/knadh/koanf/parsers/yaml v0.1.0
github.com/knadh/koanf/providers/file v0.1.0
github.com/knadh/koanf/v2 v2.1.0
)
require (
ergo.services/meta v0.0.0-20240904054930-a97f6add8a78 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/knadh/koanf/maps v0.1.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)