* Document extractor service * Fixing vendor modules * Addressing PR Review comments * Some small simplifications * Fixing a linter complain * simplifying a bit the code using package variables Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
9 строки
153 B
Modula-2
9 строки
153 B
Modula-2
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.1.0
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
|
|
)
|
|
|
|
go 1.13
|