mirror of https://github.com/matrix-org/go-neb.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.8 KiB
39 lines
1.8 KiB
module github.com/matrix-org/go-neb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
|
github.com/andygrunwald/go-jira v1.11.0
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/dghubble/oauth1 v0.6.0
|
|
github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.4.0 // indirect
|
|
github.com/google/go-github v17.0.0+incompatible
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
|
github.com/jaytaylor/html2text v0.0.0-20200220170450-61d9dc4d7195
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/lib/pq v1.9.0
|
|
github.com/matrix-org/dugong v0.0.0-20180820122854-51a565b5666b
|
|
github.com/matrix-org/util v0.0.0-20190711121626-527ce5ddefc7
|
|
github.com/mattn/go-shellwords v1.0.10
|
|
github.com/mattn/go-sqlite3 v1.14.7
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mmcdole/gofeed v1.0.0-beta2
|
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
|
|
github.com/olekukonko/tablewriter v0.0.4 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/prometheus/client_golang v0.8.1-0.20160916180340-5636dc67ae77
|
|
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
|
|
github.com/prometheus/common v0.0.0-20161002210234-85637ea67b04 // indirect
|
|
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 // indirect
|
|
github.com/russross/blackfriday v1.5.2
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
maunium.net/go/mautrix v0.9.12
|
|
)
|