* 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>
23 строки
888 B
Modula-2
23 строки
888 B
Modula-2
module github.com/advancedlogic/GoOse
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.4.1
|
|
github.com/andybalholm/cascadia v1.0.0 // indirect
|
|
github.com/araddon/dateparse v0.0.0-20180729174819-cfd92a431d0e
|
|
github.com/fatih/set v0.2.1
|
|
github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573
|
|
github.com/go-resty/resty/v2 v2.0.0
|
|
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
|
|
github.com/mattn/go-runewidth v0.0.3 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/simplereach/timeutils v1.2.0 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
|
|
golang.org/x/text v0.3.0
|
|
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
|
|
)
|