1
0
mirror of https://github.com/Luzifer/gziphttp.git synced 2024-09-19 08:23:00 +00:00
gziphttp/go.mod

10 lines
171 B
Modula-2
Raw Normal View History

2019-06-01 23:12:09 +00:00
module github.com/Luzifer/gziphttp
go 1.12
require (
github.com/Luzifer/go_helpers/v2 v2.9.1
github.com/Luzifer/rconfig/v2 v2.2.1
github.com/sirupsen/logrus v1.4.2
)