2021-03-03 00:46:53 +00:00
|
|
|
module github.com/karmanyaahm/matrix-groupme-go
|
2019-01-11 19:17:31 +00:00
|
|
|
|
2021-02-13 05:53:35 +00:00
|
|
|
go 1.15
|
2019-03-13 23:06:06 +00:00
|
|
|
|
2019-01-11 19:17:31 +00:00
|
|
|
require (
|
2021-02-13 05:53:35 +00:00
|
|
|
github.com/Rhymen/go-whatsapp v0.1.1
|
2020-05-08 19:32:22 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2021-02-13 05:53:35 +00:00
|
|
|
github.com/jackc/pgproto3/v2 v2.0.7 // indirect
|
|
|
|
github.com/karmanyaahm/groupme v0.2.0
|
|
|
|
github.com/lib/pq v1.9.0
|
|
|
|
github.com/mattn/go-sqlite3 v1.14.6
|
|
|
|
github.com/prometheus/client_golang v1.9.0
|
|
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/tidwall/sjson v1.1.5 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
|
|
golang.org/x/text v0.3.5 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
|
|
gorm.io/driver/postgres v1.0.8
|
|
|
|
gorm.io/driver/sqlite v1.1.4
|
|
|
|
gorm.io/gorm v1.20.12
|
2019-01-11 19:17:31 +00:00
|
|
|
maunium.net/go/mauflag v1.0.0
|
2020-03-27 08:27:03 +00:00
|
|
|
maunium.net/go/maulogger/v2 v2.1.1
|
2021-02-13 05:53:35 +00:00
|
|
|
maunium.net/go/mautrix v0.8.2
|
2019-01-11 19:17:31 +00:00
|
|
|
)
|
2019-05-15 18:49:16 +00:00
|
|
|
|
2021-02-13 05:53:35 +00:00
|
|
|
replace github.com/karmanyaahm/groupme => ../groupme
|
2021-03-05 23:59:06 +00:00
|
|
|
|
|
|
|
replace github.com/karmanyaahm/wray => ../wray
|