File tree Expand file tree Collapse file tree
github.com/sirupsen/logrus Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ require (
5252 github.com/opencontainers/selinux v1.11.0
5353 github.com/pelletier/go-toml v1.9.5
5454 github.com/prometheus/client_golang v1.14.0
55- github.com/sirupsen/logrus v1.9.0
55+ github.com/sirupsen/logrus v1.9.3
5656 github.com/stretchr/testify v1.8.2
5757 github.com/tchap/go-patricia/v2 v2.3.1
5858 github.com/urfave/cli v1.22.12
Original file line number Diff line number Diff line change @@ -895,8 +895,8 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
895895github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
896896github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
897897github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
898- github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
899- github.com/sirupsen/logrus v1.9.0 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
898+ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
899+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
900900github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
901901github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a /go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA =
902902github.com/smartystreets/goconvey v1.6.4 /go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA =
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
5151 github.com/pelletier/go-toml v1.9.5 // indirect
5252 github.com/pkg/errors v0.9.1 // indirect
5353 github.com/pmezard/go-difflib v1.0.0 // indirect
54- github.com/sirupsen/logrus v1.9.0 // indirect
54+ github.com/sirupsen/logrus v1.9.3 // indirect
5555 go.opencensus.io v0.24.0 // indirect
5656 go.opentelemetry.io/otel/trace v1.14.0 // indirect
5757 golang.org/x/mod v0.9.0 // indirect
Original file line number Diff line number Diff line change @@ -1290,8 +1290,9 @@ github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6Mwd
12901290github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
12911291github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
12921292github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1293- github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0 =
12941293github.com/sirupsen/logrus v1.9.0 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1294+ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1295+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
12951296github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
12961297github.com/smartystreets/goconvey v1.6.4 /go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA =
12971298github.com/soheilhy/cmux v0.1.4 /go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM =
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ github.com/prometheus/procfs/internal/util
390390# github.com/russross/blackfriday/v2 v2.1.0
391391## explicit
392392github.com/russross/blackfriday/v2
393- # github.com/sirupsen/logrus v1.9.0
393+ # github.com/sirupsen/logrus v1.9.3
394394## explicit; go 1.13
395395github.com/sirupsen/logrus
396396# github.com/spf13/pflag v1.0.5
You can’t perform that action at this time.
0 commit comments