File tree Expand file tree Collapse file tree 4 files changed +37
-5
lines changed
github.com/sirupsen/logrus Expand file tree Collapse file tree 4 files changed +37
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/prometheus/client_golang v1.15.1
2020 github.com/prometheus/client_model v0.4.0
2121 github.com/securego/gosec/v2 v2.16.0
22- github.com/sirupsen/logrus v1.9.2
22+ github.com/sirupsen/logrus v1.9.3
2323 github.com/spf13/cobra v1.7.0
2424 github.com/stretchr/testify v1.8.4
2525 golang.org/x/mod v0.10.0
Original file line number Diff line number Diff line change @@ -632,8 +632,8 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
632632github.com/sirupsen/logrus v1.4.1 /go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q =
633633github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
634634github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
635- github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
636- github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
635+ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
636+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
637637github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
638638github.com/smartystreets/goconvey v0.0.0-20190222223459-a17d461953aa /go.mod h1:2RVY1rIf+2J2o/IM9+vPq9RzmHDSseB7FoXiSNIUsoU =
639639github.com/soheilhy/cmux v0.1.4 /go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM =
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ github.com/securego/gosec/v2/report/sonar
270270github.com/securego/gosec/v2/report/text
271271github.com/securego/gosec/v2/report/yaml
272272github.com/securego/gosec/v2/rules
273- # github.com/sirupsen/logrus v1.9.2
273+ # github.com/sirupsen/logrus v1.9.3
274274## explicit; go 1.13
275275github.com/sirupsen/logrus
276276# github.com/spf13/cobra v1.7.0
You can’t perform that action at this time.
0 commit comments