15 lines
585 B
Modula-2
15 lines
585 B
Modula-2
|
module lab.wtfteam.pro/fat0troll/fw_zookeeper
|
||
|
|
||
|
require (
|
||
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
||
|
github.com/kirillDanshin/dlog v0.0.0-20170728000807-97d876b12bf9 // indirect
|
||
|
github.com/kirillDanshin/myutils v0.0.0-20160713214838-182269b1fbcc // indirect
|
||
|
github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7 // indirect
|
||
|
github.com/rs/zerolog v1.11.0
|
||
|
github.com/valyala/fasthttp v1.0.0
|
||
|
gitlab.com/toby3d/telegram v0.0.0-20181012114749-b3f324e1b3aa
|
||
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
||
|
golang.org/x/text v0.3.0 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.2
|
||
|
)
|