-
Notifications
You must be signed in to change notification settings - Fork 307
/
go.mod
42 lines (39 loc) · 1.71 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
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/pashpashpash/vault
go 1.17
require (
code.sajari.com/docconv v1.3.5
github.com/codegangsta/negroni v1.0.0
github.com/gabriel-vasile/mimetype v1.4.2
github.com/gen2brain/go-fitz v1.22.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/schema v1.2.0
github.com/neurosnap/sentences v1.1.2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkoukk/tiktoken-go v0.1.0
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
github.com/sashabaranov/go-openai v1.6.1
golang.org/x/text v0.8.0
)
require (
github.com/JalfResi/justext v0.0.0-20170829062021-c0282dea7198 // indirect
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/advancedlogic/GoOse v0.0.0-20191112112754-e742535969c1 // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/fatih/set v0.2.1 // indirect
github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/otiai10/gosseract/v2 v2.2.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/richardlehane/mscfb v1.0.3 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
golang.org/x/net v0.8.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)