1
0
Fork 0
telegram/go.mod

19 lines
662 B
Modula-2
Raw Normal View History

2019-07-24 09:34:55 +00:00
module gitlab.com/toby3d/telegram
go 1.12
require (
2020-11-05 08:28:32 +00:00
github.com/andybalholm/brotli v1.0.1 // indirect
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
2020-11-05 08:28:32 +00:00
github.com/klauspost/compress v1.11.2 // 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
2020-11-05 08:28:32 +00:00
github.com/valyala/fasthttp v1.17.0
golang.org/x/text v0.3.4
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
2019-07-24 09:34:55 +00:00
)