Add initial provisioning API
This commit is contained in:
6
go.mod
6
go.mod
@ -5,6 +5,8 @@ go 1.11
|
||||
require (
|
||||
github.com/Rhymen/go-whatsapp v0.0.2-0.20190524185555-8d76e32a6d8e
|
||||
github.com/chai2010/webp v1.1.0
|
||||
github.com/gorilla/mux v1.7.2
|
||||
github.com/gorilla/websocket v1.4.0
|
||||
github.com/lib/pq v1.1.1
|
||||
github.com/mattn/go-sqlite3 v1.10.0
|
||||
github.com/pkg/errors v0.8.1
|
||||
@ -12,8 +14,8 @@ require (
|
||||
gopkg.in/yaml.v2 v2.2.2
|
||||
maunium.net/go/mauflag v1.0.0
|
||||
maunium.net/go/maulogger/v2 v2.0.0
|
||||
maunium.net/go/mautrix v0.1.0-alpha.3.0.20191230181907-055c3acd81cd
|
||||
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20191230184104-a0aaaf14b728
|
||||
maunium.net/go/mautrix v0.1.0-alpha.3.0.20200209182939-9df6760d40d2
|
||||
maunium.net/go/mautrix-appservice v0.1.0-alpha.3.0.20200209183024-a3d12dc80898
|
||||
)
|
||||
|
||||
replace (
|
||||
|
Reference in New Issue
Block a user