Update dependencies

This commit is contained in:
Tulir Asokan
2023-05-06 17:45:56 +03:00
parent cc2d0ae40d
commit 2e07cbfa0b
2 changed files with 9 additions and 6 deletions

5
go.mod
View File

@@ -8,14 +8,14 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/lib/pq v1.10.8
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.16
github.com/rs/zerolog v1.29.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stretchr/testify v1.8.2
github.com/yuin/goldmark v1.5.4
maunium.net/go/maulogger/v2 v2.4.1
maunium.net/go/mautrix v0.15.2-0.20230425124429-33e696f02c15
maunium.net/go/mautrix v0.15.2-0.20230505115924-0f35052822c7
)
require (
@@ -30,6 +30,7 @@ require (
github.com/tidwall/sjson v1.2.5 // indirect
go.mau.fi/zeroconfig v0.1.2 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect