File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
arduino-lint/go/github.com/sirupsen
docsgen/go/github.com/sirupsen
ruledocsgen/go/github.com/sirupsen Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/sirupsen/logrus
3
- version : v1.9.2
3
+ version : v1.9.3
4
4
type : go
5
5
summary : Package logrus is a structured logger for Go, completely API compatible with
6
6
the standard library logger.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/sirupsen/logrus
3
- version : v1.9.2
3
+ version : v1.9.3
4
4
type : go
5
5
summary : Package logrus is a structured logger for Go, completely API compatible with
6
6
the standard library logger.
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/sirupsen/logrus
3
- version : v1.9.2
3
+ version : v1.9.3
4
4
type : go
5
5
summary : Package logrus is a structured logger for Go, completely API compatible with
6
6
the standard library logger.
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ require (
64
64
github.com/russross/blackfriday/v2 v2.1.0 // indirect
65
65
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
66
66
github.com/sergi/go-diff v1.1.0 // indirect
67
- github.com/sirupsen/logrus v1.9.2 // indirect
67
+ github.com/sirupsen/logrus v1.9.3 // indirect
68
68
github.com/skeema/knownhosts v1.1.0 // indirect
69
69
github.com/spf13/afero v1.6.0 // indirect
70
70
github.com/spf13/cast v1.4.1 // indirect
Original file line number Diff line number Diff line change @@ -1144,8 +1144,8 @@ github.com/sirupsen/logrus v1.5.0/go.mod h1:+F7Ogzej0PZc/94MaYx/nvG9jOFMD2osvC3s
1144
1144
github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
1145
1145
github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1146
1146
github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1147
- github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
1148
- github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1147
+ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1148
+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1149
1149
github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0 =
1150
1150
github.com/skeema/knownhosts v1.1.0 /go.mod h1:sKFq3RD6/TKZkSWn8boUbDC7Qkgcv+8XXijpFO6roag =
1151
1151
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/go-git/go-git/v5 v5.6.1
15
15
github.com/olekukonko/tablewriter v0.0.5
16
16
github.com/ory/jsonschema/v3 v3.0.4
17
- github.com/sirupsen/logrus v1.9.2
17
+ github.com/sirupsen/logrus v1.9.3
18
18
github.com/spf13/cobra v1.7.0
19
19
github.com/spf13/pflag v1.0.5
20
20
github.com/stretchr/testify v1.8.2
Original file line number Diff line number Diff line change @@ -1171,8 +1171,8 @@ github.com/sirupsen/logrus v1.5.0/go.mod h1:+F7Ogzej0PZc/94MaYx/nvG9jOFMD2osvC3s
1171
1171
github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
1172
1172
github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1173
1173
github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1174
- github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
1175
- github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1174
+ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1175
+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1176
1176
github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0 =
1177
1177
github.com/skeema/knownhosts v1.1.0 /go.mod h1:sKFq3RD6/TKZkSWn8boUbDC7Qkgcv+8XXijpFO6roag =
1178
1178
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ require (
60
60
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583 // indirect
61
61
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect
62
62
github.com/sergi/go-diff v1.2.0 // indirect
63
- github.com/sirupsen/logrus v1.9.2 // indirect
63
+ github.com/sirupsen/logrus v1.9.3 // indirect
64
64
github.com/skeema/knownhosts v1.1.0 // indirect
65
65
github.com/spf13/afero v1.6.0 // indirect
66
66
github.com/spf13/cast v1.4.1 // indirect
Original file line number Diff line number Diff line change @@ -1148,8 +1148,8 @@ github.com/sirupsen/logrus v1.5.0/go.mod h1:+F7Ogzej0PZc/94MaYx/nvG9jOFMD2osvC3s
1148
1148
github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
1149
1149
github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1150
1150
github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
1151
- github.com/sirupsen/logrus v1.9.2 h1:oxx1eChJGI6Uks2ZC4W1zpLlVgqB8ner4EuQwV4Ik1Y =
1152
- github.com/sirupsen/logrus v1.9.2 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1151
+ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
1152
+ github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
1153
1153
github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0 =
1154
1154
github.com/skeema/knownhosts v1.1.0 /go.mod h1:sKFq3RD6/TKZkSWn8boUbDC7Qkgcv+8XXijpFO6roag =
1155
1155
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d /go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc =
You can’t perform that action at this time.
0 commit comments