Skip to content

Commit b752eb8

Browse files
authored
Merge pull request #20 from vmware/dependabot/go_modules/github.com/sirupsen/logrus-1.9.2
Bump github.com/sirupsen/logrus from 1.9.0 to 1.9.2
2 parents 76995aa + 3befa5a commit b752eb8

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/go-ini/ini v1.67.0
88
github.com/godbus/dbus/v5 v5.1.0
99
github.com/jaypipes/ghw v0.10.0
10-
github.com/sirupsen/logrus v1.9.0
10+
github.com/sirupsen/logrus v1.9.2
1111
github.com/spf13/viper v1.15.0
1212
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
1313
github.com/vishvananda/netlink v1.1.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
163163
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
164164
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
165165
github.com/rogpeppe/go-internal v1.6.1 h1:/FiVV8dS/e+YqF2JvO3yXRFbBLTIuSDkuC7aBOAvL+k=
166-
github.com/sirupsen/logrus v1.9.0 h1:trlNQbNUG3OdDrDil03MCb1H2o9nJ1x4/5LYw7byDE0=
167-
github.com/sirupsen/logrus v1.9.0/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
166+
github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y=
167+
github.com/sirupsen/logrus v1.9.2/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
168168
github.com/spf13/afero v1.9.3 h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk=
169169
github.com/spf13/afero v1.9.3/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
170170
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=

Diff for: vendor/github.com/sirupsen/logrus/README.md

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ github.com/pelletier/go-toml/v2/unstable
7474
# github.com/pkg/errors v0.9.1
7575
## explicit
7676
github.com/pkg/errors
77-
# github.com/sirupsen/logrus v1.9.0
77+
# github.com/sirupsen/logrus v1.9.2
7878
## explicit; go 1.13
7979
github.com/sirupsen/logrus
8080
# github.com/spf13/afero v1.9.3

0 commit comments

Comments
 (0)