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

module source.hodakov.me/fat0troll/fwzookeeper_helper
require (
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
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.4
)
go 1.13