telegraph/go.mod

14 lines
398 B
Modula-2
Raw Normal View History

2018-11-29 15:03:25 +00:00
module gitlab.com/toby3d/telegraph
require (
2020-01-14 06:31:45 +00:00
github.com/json-iterator/go v1.1.9
github.com/klauspost/compress v1.9.7 // 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-01-14 06:31:45 +00:00
github.com/valyala/fasthttp v1.8.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
2018-11-29 15:03:25 +00:00
)
2020-01-14 06:31:45 +00:00
go 1.13