added better logging
This commit is contained in:
parent
569812c855
commit
118cfd91de
86 changed files with 3774 additions and 8455 deletions
5
go.mod
5
go.mod
|
|
@ -9,14 +9,13 @@ require (
|
|||
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
|
||||
golang.org/x/net v0.0.0-20220812174116-3211cb980234
|
||||
k8s.io/klog/v2 v2.80.1
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -36,8 +35,6 @@ 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