-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (22 loc) · 853 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
module github.com/errata-ai/library
go 1.16
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/sirikothe/gotextfsm v1.0.0
github.com/urfave/cli/v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/google/go-github/v45 v45.0.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
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)