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

11 lines
262 B
Modula-2
Raw 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 (
github.com/Arman92/go-tdlib v0.0.0-20181103144727-9577ff528640
github.com/rs/zerolog v1.11.0
2019-02-12 03:06:00 +04:00
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2018-12-22 18:03:53 +04:00
gopkg.in/yaml.v2 v2.2.2
)
2019-10-08 05:40:29 +04:00
go 1.13