-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 750 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module goCrawler
go 1.13
require (
github.com/abadojack/whatlanggo v1.0.1
github.com/chrisport/go-lang-detector v0.0.0-20180912070833-7e13c74bc6e3
github.com/computerphysicslab/goPackages v0.0.0-20200817121305-196a94877c66
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jackdanger/collectlinks v0.0.0-20160421202702-24c4ee2870ba
github.com/jdkato/prose/v2 v2.0.0
github.com/kljensen/snowball v0.6.0
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/spf13/viper v1.7.1
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
jaytaylor.com/html2text v0.0.0-20200412013138-3577fbdbcff7
)