geziyor/go.mod
Musab Gültekin ca197ff06a Caching added.
JSON File export will append, not truncate.
2019-06-08 15:29:09 +03:00

9 lines
157 B
Modula-2

module github.com/gogezer/gezer
go 1.12
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/fpfeng/httpcache v0.0.0-20181220155740-6b8f16a92be3
)