17 lines
616 B
Modula-2
17 lines
616 B
Modula-2
module gitlab.com/toby3d/telegram/v5
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fasthttp/router v1.3.2
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/kirillDanshin/dlog v0.0.0-20170728000807-97d876b12bf9
|
|
github.com/kirillDanshin/myutils v0.0.0-20160713214838-182269b1fbcc // indirect
|
|
github.com/klauspost/compress v1.11.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/valyala/fasthttp v1.22.0
|
|
golang.org/x/text v0.3.5
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|