module github.com/gotd/td go 1.16 require ( github.com/cenkalti/backoff/v4 v4.1.0 github.com/go-openapi/inflect v0.19.0 github.com/gotd/getdoc v0.6.2 github.com/gotd/ige v0.1.5 github.com/gotd/neo v0.1.1 github.com/gotd/tl v0.4.0 github.com/gotd/xor v0.1.1 github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect github.com/k0kubun/pp v2.4.0+incompatible github.com/mattn/go-colorable v0.1.2 // indirect github.com/mattn/go-isatty v0.0.9 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/quasilyte/go-ruleguard/dsl v0.3.1 github.com/rogpeppe/go-internal v1.8.0 github.com/sergi/go-diff v1.1.0 // indirect github.com/stretchr/testify v1.7.0 go.uber.org/atomic v1.7.0 go.uber.org/multierr v1.6.0 go.uber.org/zap v1.16.0 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/net v0.0.0-20201021035429-f5854403a974 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/tools v0.0.0-20200820010801-b793a1359eac golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 gopkg.in/yaml.v2 v2.3.0 // indirect )