1
Fork 0
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues/pull-requests.
fwzookeeper_helper/go.mod

12 lines
303 B
Modula-2
Raw Permalink Normal View History

2019-10-08 05:40:29 +04:00
module source.hodakov.me/fat0troll/fwzookeeper_helper
2018-12-22 18:03:53 +04:00
require (
2019-10-08 05:51:49 +04:00
github.com/Arman92/go-tdlib v0.0.0-20191002071913-526f4e1d15f7
github.com/kr/pretty v0.1.0 // indirect
github.com/rs/zerolog v1.15.0
2019-02-12 03:06:00 +04:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2019-10-08 05:51:49 +04:00
gopkg.in/yaml.v2 v2.2.4
2018-12-22 18:03:53 +04:00
)
2019-10-08 05:40:29 +04:00
go 1.13