-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 736 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module es
go 1.17
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/djimenez/iconv-go v0.0.0-20160305225143-8960e66bd3da
github.com/microcosm-cc/bluemonday v1.0.18
github.com/olivere/elastic/v7 v7.0.32
github.com/russross/blackfriday v1.6.0
github.com/spf13/cobra v1.4.0
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)