module github.com/gotd/td go 1.15 require ( github.com/go-bindata/go-bindata v3.1.2+incompatible github.com/go-openapi/inflect v0.19.0 github.com/go-playground/validator/v10 v10.4.1 github.com/gotd/getdoc v0.1.0 github.com/gotd/ige v0.1.5 github.com/gotd/tl v0.2.0 github.com/gotd/xor v0.1.1 github.com/stretchr/testify v1.6.1 go.uber.org/zap v1.16.0 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 )