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
|
2021-03-08 01:18:13 +00:00
|
|
|
github.com/gabriel-vasile/mimetype v1.1.2
|
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
|
2021-05-08 20:59:10 +00:00
|
|
|
github.com/karmanyaahm/groupme v0.0.0
|
2021-09-16 22:19:57 +00:00
|
|
|
github.com/karmanyaahm/wray v0.0.0-20210303233435-756d58657c14
|
2021-02-13 05:53:35 +00:00
|
|
|
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
|
|
|
|
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
|
2021-09-16 21:59:56 +00:00
|
|
|
maunium.net/go/maulogger/v2 v2.2.4
|
|
|
|
maunium.net/go/mautrix v0.9.24
|
2019-01-11 19:17:31 +00:00
|
|
|
)
|
2019-05-15 18:49:16 +00:00
|
|
|
|
2021-09-16 16:30:02 +00:00
|
|
|
replace github.com/karmanyaahm/groupme => ./groupme
|