mautrix-go/go.mod
Josh Baker 5d39285086
Upgrade gjson and fix "slice bounds out of range" error
Ref: https://github.com/tidwall/gjson/issues/263#issuecomment-1013759340

Modified-by: David Florness <david@florness.com>
Reported-by: rakshazi <osi@rakshazi.me>
Suggested-by: David Florness <david@florness.com>
2022-01-17 11:55:26 -05:00

18 lines
510 B
Modula-2

module maunium.net/go/mautrix
go 1.14
require (
github.com/btcsuite/btcutil v1.0.2
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/mattn/go-sqlite3 v1.14.10
github.com/russross/blackfriday/v2 v2.1.0
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.13.0
github.com/tidwall/sjson v1.2.3
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
gopkg.in/yaml.v2 v2.4.0
maunium.net/go/maulogger/v2 v2.3.2
)