Skip to content

Commit b55e085

Browse files
committed
vendor: github.com/sirupsen/logrus v1.9.3
full diff: sirupsen/logrus@v1.9.0...v1.9.3 Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a2119f4 commit b55e085

File tree

5 files changed

+42
-8
lines changed

5 files changed

+42
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/prometheus/client_golang v1.14.0
3030
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
3131
github.com/rexray/gocsi v1.2.2 // replaced; see replace rules for the version used.
32-
github.com/sirupsen/logrus v1.9.0
32+
github.com/sirupsen/logrus v1.9.3
3333
github.com/spf13/cobra v1.7.0
3434
github.com/spf13/pflag v1.0.5
3535
github.com/stretchr/testify v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPx
406406
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
407407
github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88=
408408
github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0=
409-
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
410-
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
409+
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
410+
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
411411
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
412412
github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA=
413413
github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=

vendor/github.com/sirupsen/logrus/README.md

Lines changed: 5 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/sirupsen/logrus/writer.go

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ github.com/rexray/gocsi/utils
300300
github.com/rootless-containers/rootlesskit/pkg/api
301301
github.com/rootless-containers/rootlesskit/pkg/api/client
302302
github.com/rootless-containers/rootlesskit/pkg/port
303-
# github.com/sirupsen/logrus v1.9.0
303+
# github.com/sirupsen/logrus v1.9.3
304304
## explicit; go 1.13
305305
github.com/sirupsen/logrus
306306
# github.com/spf13/cobra v1.7.0

0 commit comments

Comments
 (0)