telegraph/go.mod

14 lines
401 B
Modula-2
Raw Permalink Normal View History

2018-11-29 15:03:25 +00:00
module gitlab.com/toby3d/telegraph
require (
2020-06-19 21:50:36 +00:00
github.com/json-iterator/go v1.1.10
github.com/klauspost/compress v1.10.9 // indirect
2019-07-24 08:03:45 +00:00
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
2019-07-24 08:47:11 +00:00
github.com/stretchr/testify v1.3.0
2020-06-19 21:50:36 +00:00
github.com/valyala/fasthttp v1.14.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
2018-11-29 15:03:25 +00:00
)
2020-01-14 06:31:45 +00:00
go 1.13