Fix indirect dependency warning

This commit is contained in:
VnPower 2023-10-01 10:08:32 +07:00
parent 840d8cda6c
commit cc4d302cbe
Signed by: vnpower
GPG key ID: 881DE3DEB966106C

3
go.mod
View file

@ -6,10 +6,11 @@ require github.com/cbroglie/mustache v1.4.0
require maunium.net/go/mautrix v0.16.1
require github.com/pelletier/go-toml/v2 v2.1.0
require (
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/rs/zerolog v1.30.0 // indirect
github.com/tidwall/gjson v1.16.0 // indirect
github.com/tidwall/match v1.1.1 // indirect