|
1 | 1 | module github.com/errata-ai/library
|
2 | 2 |
|
3 |
| -go 1.16 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/GolangNLP/split v0.1.0
|
7 |
| - github.com/advancedlogic/GoOse v0.0.0-20210820140952-9d5822d4a625 |
8 | 7 | github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
9 |
| - github.com/blevesearch/bleve/v2 v2.1.0 |
10 |
| - github.com/go-resty/resty/v2 v2.6.0 |
| 8 | + github.com/blevesearch/bleve/v2 v2.3.9 |
| 9 | + github.com/go-resty/resty/v2 v2.7.0 |
| 10 | + github.com/k3a/html2text v1.2.1 |
11 | 11 | github.com/sirikothe/gotextfsm v1.0.0
|
12 |
| - github.com/urfave/cli/v2 v2.3.0 |
| 12 | + github.com/urfave/cli/v2 v2.25.7 |
13 | 13 | gopkg.in/yaml.v2 v2.4.0
|
14 | 14 | )
|
15 | 15 |
|
16 | 16 | require (
|
17 |
| - github.com/google/go-github/v45 v45.0.0 |
| 17 | + github.com/RoaringBitmap/roaring v1.2.3 // indirect |
| 18 | + github.com/bits-and-blooms/bitset v1.2.0 // indirect |
| 19 | + github.com/blevesearch/bleve_index_api v1.0.5 // indirect |
| 20 | + github.com/blevesearch/geo v0.1.17 // indirect |
| 21 | + github.com/blevesearch/go-porterstemmer v1.0.3 // indirect |
| 22 | + github.com/blevesearch/gtreap v0.1.1 // indirect |
| 23 | + github.com/blevesearch/mmap-go v1.0.4 // indirect |
| 24 | + github.com/blevesearch/scorch_segment_api/v2 v2.1.5 // indirect |
| 25 | + github.com/blevesearch/segment v0.9.1 // indirect |
| 26 | + github.com/blevesearch/snowballstem v0.9.0 // indirect |
| 27 | + github.com/blevesearch/upsidedown_store_api v1.0.2 // indirect |
| 28 | + github.com/blevesearch/vellum v1.0.10 // indirect |
| 29 | + github.com/blevesearch/zapx/v11 v11.3.9 // indirect |
| 30 | + github.com/blevesearch/zapx/v12 v12.3.9 // indirect |
| 31 | + github.com/blevesearch/zapx/v13 v13.3.9 // indirect |
| 32 | + github.com/blevesearch/zapx/v14 v14.3.9 // indirect |
| 33 | + github.com/blevesearch/zapx/v15 v15.3.12 // indirect |
| 34 | + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect |
| 35 | + github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect |
| 36 | + github.com/golang/protobuf v1.5.3 // indirect |
| 37 | + github.com/golang/snappy v0.0.1 // indirect |
| 38 | + github.com/google/go-querystring v1.1.0 // indirect |
| 39 | + github.com/json-iterator/go v0.0.0-20171115153421-f7279a603ede // indirect |
| 40 | + github.com/mschoch/smat v0.2.0 // indirect |
| 41 | + github.com/neurosnap/sentences v1.0.6 // indirect |
| 42 | + github.com/russross/blackfriday/v2 v2.1.0 // indirect |
| 43 | + github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect |
| 44 | + go.etcd.io/bbolt v1.3.7 // indirect |
| 45 | + golang.org/x/crypto v0.12.0 // indirect |
| 46 | + golang.org/x/net v0.14.0 // indirect |
| 47 | + google.golang.org/appengine v1.6.7 // indirect |
| 48 | + google.golang.org/protobuf v1.31.0 // indirect |
| 49 | +) |
| 50 | + |
| 51 | +require ( |
| 52 | + github.com/google/go-github/v45 v45.2.0 |
18 | 53 | github.com/kr/text v0.2.0 // indirect
|
19 |
| - github.com/mattn/go-runewidth v0.0.13 // indirect |
20 | 54 | github.com/writeas/go-strip-markdown v2.0.1+incompatible
|
21 |
| - golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 |
22 |
| - golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect |
| 55 | + golang.org/x/oauth2 v0.11.0 |
| 56 | + golang.org/x/sys v0.11.0 // indirect |
23 | 57 | gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
24 |
| - gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
25 | 58 | )
|
0 commit comments