@@ -4,52 +4,36 @@ go 1.14
4
4
5
5
require (
6
6
github.com/PuerkitoBio/goquery v1.5.1 // indirect
7
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
8
- github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
9
7
github.com/andygrunwald/go-jira v1.11.0
10
8
github.com/beorn7/perks v1.0.1 // indirect
11
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
12
9
github.com/dghubble/oauth1 v0.6.0
13
10
github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947
14
- github.com/go-kit/kit v0.9.0 // indirect
15
- github.com/go-logfmt/logfmt v0.4.0 // indirect
16
- github.com/go-stack/stack v1.8.0 // indirect
17
- github.com/gogo/protobuf v1.1.1 // indirect
18
11
github.com/golang/protobuf v1.3.2 // indirect
19
12
github.com/google/go-cmp v0.4.0 // indirect
20
13
github.com/google/go-github v17.0.0+incompatible
21
14
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
22
15
github.com/jaytaylor/html2text v0.0.0-20200220170450-61d9dc4d7195
23
- github.com/json-iterator/go v1.1.9 // indirect
24
- github.com/julienschmidt/httprouter v1.2.0 // indirect
25
16
github.com/kr/pretty v0.1.0 // indirect
26
- github.com/lib/pq v1.7 .0
17
+ github.com/lib/pq v1.9 .0
27
18
github.com/matrix-org/dugong v0.0.0-20180820122854-51a565b5666b
28
19
github.com/matrix-org/util v0.0.0-20190711121626-527ce5ddefc7
29
20
github.com/mattn/go-shellwords v1.0.10
30
21
github.com/mattn/go-sqlite3 v2.0.3+incompatible
31
22
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
32
23
github.com/mmcdole/gofeed v1.0.0-beta2
33
24
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
34
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
35
- github.com/modern-go/reflect2 v1.0.1 // indirect
36
- github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
37
25
github.com/olekukonko/tablewriter v0.0.4 // indirect
38
- github.com/pkg/errors v0.9.1
26
+ github.com/pkg/errors v0.9.1 // indirect
39
27
github.com/prometheus/client_golang v0.8.1-0.20160916180340-5636dc67ae77
40
28
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
41
29
github.com/prometheus/common v0.0.0-20161002210234-85637ea67b04 // indirect
42
30
github.com/prometheus/procfs v0.0.0-20160411190841-abf152e5f3e9 // indirect
43
31
github.com/russross/blackfriday v1.5.2
44
- github.com/sasha-s/go-deadlock v0.2.0
45
32
github.com/sirupsen/logrus v1.4.2
46
33
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
47
- golang.org/dl v0.0.0-20200601221412-a954fa24b3e5 // indirect
48
- golang.org/x/net v0.0.0-20200602114024-627f9648deb9
34
+ golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
49
35
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
50
- golang.org/x/tools v0.0.0-20200311090712-aafaee8bce8c // indirect
51
- gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
52
36
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
53
37
gopkg.in/yaml.v2 v2.3.0
54
- maunium.net/go/mautrix v0.7.0
38
+ maunium.net/go/mautrix v0.9.15
55
39
)
0 commit comments