1
0
Fork 0
telegram/go.mod

18 lines
616 B
Modula-2
Raw Permalink Normal View History

2020-11-05 10:31:43 +00:00
module gitlab.com/toby3d/telegram/v5
2019-07-24 09:34:55 +00:00
go 1.12
require (
2020-09-04 16:42:56 +00:00
github.com/fasthttp/router v1.3.2
2020-11-05 08:28:32 +00:00
github.com/json-iterator/go v1.1.10
2019-07-24 09:34:55 +00:00
github.com/kirillDanshin/dlog v0.0.0-20170728000807-97d876b12bf9
github.com/kirillDanshin/myutils v0.0.0-20160713214838-182269b1fbcc // indirect
2021-03-09 14:15:28 +00:00
github.com/klauspost/compress v1.11.12 // indirect
2019-07-24 09:34:55 +00:00
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
2021-03-09 14:15:28 +00:00
github.com/valyala/fasthttp v1.22.0
golang.org/x/text v0.3.5
2020-11-05 08:28:32 +00:00
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2019-07-24 09:34:55 +00:00
)