add vendoring

This commit is contained in:
Aine
2022-11-16 12:08:51 +02:00
parent 14751cbf3a
commit c1d33fe3cb
1104 changed files with 759066 additions and 0 deletions

6
vendor/gitlab.com/etke.cc/go/logger/README.md generated vendored Normal file
View File

@@ -0,0 +1,6 @@
# logger
Simple go logger, based on [log](https://pkg.go.dev/log) with following features:
* implements mautrix-go [Logger](https://pkg.go.dev/maunium.net/go/mautrix#Logger), [WarnLogger](https://pkg.go.dev/maunium.net/go/mautrix#WarnLogger), [crypto Logger](https://pkg.go.dev/maunium.net/go/mautrix/crypto#Logger)
* integrated with [sentry](https://sentry.io) - automatically add breadcrumbs for any log entry