-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (25 loc) · 941 Bytes
/
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
module github.com/vytek/opencrucible
go 1.21.0
require (
github.com/gabriel-vasile/mimetype v1.4.2
github.com/vytek/doc-to-text v0.0.0-20230905185522-d1fc42e42cf5
)
require (
github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.13.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
require (
github.com/Tulip-Data/pdf v1.0.2
github.com/flotzilla/pdf_parser v0.1.96
github.com/gocaio/metagoffice v0.0.0-20190424181953-6f9c150bd74b
github.com/gocaio/metagopenoffice v0.0.0-20190424182207-bbc961c10caf
github.com/h2non/filetype v1.1.3
github.com/lu4p/cat v0.1.5
golang.org/x/net v0.10.0 // indirect
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
)