Skip to content

Commit cf1fbc5

Browse files
authored
Merge pull request #891 from uudashr/master
Update the gocognit linter due to bug fix
2 parents e94e36d + 641cca8 commit cf1fbc5

File tree

5 files changed

+26
-11
lines changed

5 files changed

+26
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/tommy-muehle/go-mnd v1.1.1
4141
github.com/ultraware/funlen v0.0.2
4242
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
4444
github.com/valyala/quicktemplate v1.2.0
4545
golang.org/x/tools v0.0.0-20191113232020-e2727e816f5a
4646
gopkg.in/yaml.v2 v2.2.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ github.com/ultraware/funlen v0.0.2 h1:Av96YVBwwNSe4MLR7iI/BIa3VyI7/djnto/pK3Uxbd
240240
github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA=
241241
github.com/ultraware/whitespace v0.0.4 h1:If7Va4cM03mpgrNH9k49/VOicWpGoG70XPBFFODYDsg=
242242
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=
245245
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
246246
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
247247
github.com/valyala/fasthttp v1.2.0/go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s=

vendor/github.com/uudashr/gocognit/go.sum

Whitespace-only changes.

vendor/github.com/uudashr/gocognit/gocognit.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,14 @@ github.com/stretchr/testify/mock
170170
github.com/stretchr/testify/require
171171
# github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
172172
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
174174
github.com/tommy-muehle/go-mnd
175175
github.com/tommy-muehle/go-mnd/checks
176176
# github.com/ultraware/funlen v0.0.2
177177
github.com/ultraware/funlen
178178
# github.com/ultraware/whitespace v0.0.4
179179
github.com/ultraware/whitespace
180-
# github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517
180+
# github.com/uudashr/gocognit v1.0.1
181181
github.com/uudashr/gocognit
182182
# github.com/valyala/bytebufferpool v1.0.0
183183
github.com/valyala/bytebufferpool

0 commit comments

Comments
 (0)