File tree 4 files changed +9
-7
lines changed
github.com/sirupsen/logrus
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/go-ini/ini v1.67.0
8
8
github.com/godbus/dbus/v5 v5.1.0
9
9
github.com/jaypipes/ghw v0.10.0
10
- github.com/sirupsen/logrus v1.9.0
10
+ github.com/sirupsen/logrus v1.9.2
11
11
github.com/spf13/viper v1.15.0
12
12
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
13
13
github.com/vishvananda/netlink v1.1.0
Original file line number Diff line number Diff line change @@ -163,8 +163,8 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
163
163
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 /go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA =
164
164
github.com/rogpeppe/go-internal v1.3.0 /go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4 =
165
165
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 =
168
168
github.com/spf13/afero v1.9.3 h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk =
169
169
github.com/spf13/afero v1.9.3 /go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y =
170
170
github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w =
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ github.com/pelletier/go-toml/v2/unstable
74
74
# github.com/pkg/errors v0.9.1
75
75
## explicit
76
76
github.com/pkg/errors
77
- # github.com/sirupsen/logrus v1.9.0
77
+ # github.com/sirupsen/logrus v1.9.2
78
78
## explicit; go 1.13
79
79
github.com/sirupsen/logrus
80
80
# github.com/spf13/afero v1.9.3
You can’t perform that action at this time.
0 commit comments