File tree Expand file tree Collapse file tree 5 files changed +26
-11
lines changed
github.com/uudashr/gocognit Expand file tree Collapse file tree 5 files changed +26
-11
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ require (
40
40
github.com/tommy-muehle/go-mnd v1.1.1
41
41
github.com/ultraware/funlen v0.0.2
42
42
github.com/ultraware/whitespace v0.0.4
43
- github.com/uudashr/gocognit v0 .0.0-20190926065955-1655d0de0517
43
+ github.com/uudashr/gocognit v1 .0.1
44
44
github.com/valyala/quicktemplate v1.2.0
45
45
golang.org/x/tools v0.0.0-20191113232020-e2727e816f5a
46
46
gopkg.in/yaml.v2 v2.2.5
Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ github.com/ultraware/funlen v0.0.2 h1:Av96YVBwwNSe4MLR7iI/BIa3VyI7/djnto/pK3Uxbd
240
240
github.com/ultraware/funlen v0.0.2 /go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA =
241
241
github.com/ultraware/whitespace v0.0.4 h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg =
242
242
github.com/ultraware/whitespace v0.0.4 /go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA =
243
- github.com/uudashr/gocognit v0 .0.0-20190926065955-1655d0de0517 h1:ChMKTho2hWKpks/nD/FL2KqM1wuVt62oJeiE8+eFpGs =
244
- github.com/uudashr/gocognit v0 .0.0-20190926065955-1655d0de0517 /go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM =
243
+ github.com/uudashr/gocognit v1 .0.1 h1:MoG2fZ0b/Eo7NXoIwCVFLG5JED3qgQz5/NEE+rOsjPs =
244
+ github.com/uudashr/gocognit v1 .0.1 /go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM =
245
245
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw =
246
246
github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
247
247
github.com/valyala/fasthttp v1.2.0 /go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s =
Original file line number Diff line number Diff line change @@ -170,14 +170,14 @@ github.com/stretchr/testify/mock
170
170
github.com/stretchr/testify/require
171
171
# github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
172
172
github.com/timakin/bodyclose/passes/bodyclose
173
- # github.com/tommy-muehle/go-mnd v0.0.0-20190903201840-c93e405da530
173
+ # github.com/tommy-muehle/go-mnd v1.1.1
174
174
github.com/tommy-muehle/go-mnd
175
175
github.com/tommy-muehle/go-mnd/checks
176
176
# github.com/ultraware/funlen v0.0.2
177
177
github.com/ultraware/funlen
178
178
# github.com/ultraware/whitespace v0.0.4
179
179
github.com/ultraware/whitespace
180
- # github.com/uudashr/gocognit v0 .0.0-20190926065955-1655d0de0517
180
+ # github.com/uudashr/gocognit v1 .0.1
181
181
github.com/uudashr/gocognit
182
182
# github.com/valyala/bytebufferpool v1.0.0
183
183
github.com/valyala/bytebufferpool
You can’t perform that action at this time.
0 commit comments