mirror of
https://github.com/wahyd4/scraper.git
synced 2026-08-09 05:06:22 +10:00
10 lines
154 B
AMPL
10 lines
154 B
AMPL
module github.com/wahyd4/scraper
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gocolly/colly/v2 v2.1.0
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/rs/zerolog v1.18.0
|
|
)
|