11 lines
250 B
Modula-2
11 lines
250 B
Modula-2
module github.com/geziyor/geziyor
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.0
|
|
github.com/fpfeng/httpcache v0.0.0-20181220155740-6b8f16a92be3
|
|
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|