IntelligenceX / fileconversion

A Go library to convert various file formats to plaintext and provide related functions
The Unlicense
58 stars 12 forks source link

Failed when download package #2

Open KiddoV opened 2 months ago

KiddoV commented 2 months ago

go get -u github.com/IntelligenceX/fileconversion

go: downloading github.com/IntelligenceX/fileconversion v0.0.0-20191030112448-1b64e2d06ace
go: downloading golang.org/x/net v0.24.0
go: downloading golang.org/x/image v0.15.0
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/richardlehane/mscfb v1.0.4
go: downloading github.com/PuerkitoBio/goquery v1.9.1
go: downloading github.com/mattetti/filebuffer v1.0.1
go: downloading github.com/nwaples/rardecode v1.1.3
go: downloading github.com/extrame/goyymmdd v0.0.0-20210114090516-7cc815f00d1a
go: downloading github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5
go: downloading github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf
go: downloading github.com/tealeg/xlsx v1.0.5
go: downloading github.com/ulikunitz/xz v0.5.12
go: downloading github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda
go: downloading github.com/taylorskalyo/goreader v0.0.0-20230626212555-e7f5644f8115
go: downloading github.com/neofight/mobi v0.0.0-20171007153753-8122c3d7969d
go: downloading gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
go: downloading github.com/richardlehane/msoleps v1.0.1
go: downloading github.com/andybalholm/cascadia v1.3.2
go: downloading github.com/richardlehane/msoleps v1.0.3
go: downloading github.com/saracen/solidblock v0.0.0-20190426153529-45df20abab6f
github.com/IntelligenceX/fileconversion imports
        github.com/unidoc/unipdf/common/license: cannot find module providing package github.com/unidoc/unipdf/common/license
github.com/IntelligenceX/fileconversion imports
        github.com/unidoc/unipdf/contentstream: cannot find module providing package github.com/unidoc/unipdf/contentstream
github.com/IntelligenceX/fileconversion imports
        github.com/unidoc/unipdf/core: cannot find module providing package github.com/unidoc/unipdf/core
github.com/IntelligenceX/fileconversion imports
        github.com/unidoc/unipdf/extractor: cannot find module providing package github.com/unidoc/unipdf/extractor
github.com/IntelligenceX/fileconversion imports
        github.com/unidoc/unipdf/model: cannot find module providing package github.com/unidoc/unipdf/model
go: downloading golang.org/x/term v0.19.0
go: downloading golang.org/x/crypto v0.22.0
go: downloading golang.org/x/sys v0.19.0
KiddoV commented 2 weeks ago

Any update on this?