forked from onepeerlabs/w3kipedia
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (27 loc) · 1.19 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/onepeerlabs/w3kipedia
go 1.17
require (
github.com/akhenakh/gozim v0.0.0-20211220135114-45d8f5cbe57c
github.com/google/uuid v1.1.4
github.com/hashicorp/golang-lru v0.5.4
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056
github.com/microcosm-cc/bluemonday v1.0.1
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)
require (
github.com/blevesearch/bleve v1.0.14 // indirect
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect
github.com/blevesearch/segment v0.9.0 // indirect
github.com/blevesearch/snowballstem v0.9.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/remyoudompheng/go-liblzma v0.0.0-20190506200333-81bf2d431b96 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.1 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)