go-skype-bridge/go.mod

22 lines
729 B
Modula-2
Raw Normal View History

2020-09-08 07:02:17 +03:00
module github.com/kelaresg/matrix-skype
go 1.14
require (
github.com/chai2010/webp v1.1.0
github.com/gorilla/websocket v1.4.2
2020-12-13 09:00:46 +02:00
github.com/kelaresg/go-skypeapi v0.1.2-0.20201211120317-8651f9f08575
2020-11-06 18:42:40 +02:00
github.com/lib/pq v1.7.0
2020-09-08 07:02:17 +03:00
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/pkg/errors v0.9.1
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
2020-11-06 18:42:40 +02:00
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/image v0.0.0-20200618115811-c13761719519
2020-09-08 07:02:17 +03:00
gopkg.in/yaml.v2 v2.3.0
maunium.net/go/mauflag v1.0.0
maunium.net/go/maulogger/v2 v2.1.1
2020-11-26 12:35:33 +02:00
maunium.net/go/mautrix v0.8.0-rc.4
2020-09-08 07:02:17 +03:00
)
replace maunium.net/go/mautrix => github.com/pidongqianqian/mautrix-go v0.8.0-rc.4.0.20201208081810-787323a21113