improved logging
This commit is contained in:
parent
f8407162ad
commit
05b41cedce
81 changed files with 9802 additions and 279 deletions
5
go.mod
5
go.mod
|
|
@ -8,8 +8,11 @@ require (
|
|||
git.giftfish.de/ston1th/jwt/v3 v3.2.0
|
||||
github.com/bcampbell/qs v0.0.0-20161004022730-15caa99abd01
|
||||
github.com/blevesearch/bleve v1.0.14
|
||||
github.com/go-logr/logr v1.2.3
|
||||
github.com/go-logr/zerologr v1.2.2
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/pquerna/otp v1.3.0
|
||||
github.com/rs/zerolog v1.28.0
|
||||
github.com/urfave/cli v1.22.5
|
||||
go.etcd.io/bbolt v1.3.6
|
||||
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8
|
||||
|
|
@ -33,6 +36,8 @@ require (
|
|||
github.com/glycerine/go-unsnap-stream v0.0.0-20190901134440-81cf024a9e0a // indirect
|
||||
github.com/golang/protobuf v1.4.3 // indirect
|
||||
github.com/golang/snappy v0.0.2 // indirect
|
||||
github.com/mattn/go-colorable v0.1.12 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
github.com/mschoch/smat v0.2.0 // indirect
|
||||
github.com/philhofer/fwd v1.1.0 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue