-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
140 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,58 @@ | ||
module github.com/errata-ai/library | ||
|
||
go 1.16 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/GolangNLP/split v0.1.0 | ||
github.com/advancedlogic/GoOse v0.0.0-20210820140952-9d5822d4a625 | ||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de | ||
github.com/blevesearch/bleve/v2 v2.1.0 | ||
github.com/go-resty/resty/v2 v2.6.0 | ||
github.com/blevesearch/bleve/v2 v2.3.9 | ||
github.com/go-resty/resty/v2 v2.7.0 | ||
github.com/k3a/html2text v1.2.1 | ||
github.com/sirikothe/gotextfsm v1.0.0 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
github.com/urfave/cli/v2 v2.25.7 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/google/go-github/v45 v45.0.0 | ||
github.com/RoaringBitmap/roaring v1.2.3 // indirect | ||
github.com/bits-and-blooms/bitset v1.2.0 // indirect | ||
github.com/blevesearch/bleve_index_api v1.0.5 // indirect | ||
github.com/blevesearch/geo v0.1.17 // indirect | ||
github.com/blevesearch/go-porterstemmer v1.0.3 // indirect | ||
github.com/blevesearch/gtreap v0.1.1 // indirect | ||
github.com/blevesearch/mmap-go v1.0.4 // indirect | ||
github.com/blevesearch/scorch_segment_api/v2 v2.1.5 // indirect | ||
github.com/blevesearch/segment v0.9.1 // indirect | ||
github.com/blevesearch/snowballstem v0.9.0 // indirect | ||
github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect | ||
github.com/blevesearch/vellum v1.0.10 // indirect | ||
github.com/blevesearch/zapx/v11 v11.3.9 // indirect | ||
github.com/blevesearch/zapx/v12 v12.3.9 // indirect | ||
github.com/blevesearch/zapx/v13 v13.3.9 // indirect | ||
github.com/blevesearch/zapx/v14 v14.3.9 // indirect | ||
github.com/blevesearch/zapx/v15 v15.3.12 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect | ||
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/json-iterator/go v0.0.0-20171115153421-f7279a603ede // indirect | ||
github.com/mschoch/smat v0.2.0 // indirect | ||
github.com/neurosnap/sentences v1.0.6 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
go.etcd.io/bbolt v1.3.7 // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/google/go-github/v45 v45.2.0 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.13 // indirect | ||
github.com/writeas/go-strip-markdown v2.0.1+incompatible | ||
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 | ||
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect | ||
golang.org/x/oauth2 v0.11.0 | ||
golang.org/x/sys v0.11.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) |
Oops, something went wrong.