Skip to content

Commit 5dcc3ea

Browse files
author
Sergey Vilgelm
authored
Update dependencies that dependabot cannot (#1790)
* Use a tagged version of `prealloc` instead of commit ID. Version is same. * Use a tagged version of `misspell` instead of commit ID. Version is same. * Update `go-printf-func-name` to `v0.0.0-20200119135958-7558a9eaa5af`. Added license. * Update `godox` to `v0.0.0-20210227103229-6504466cf951`. Changed error message by trimming a comment to 40 symbols only. * Update `asciicheck` to `v0.0.0-20200416200610-e657995f937b`. Updated documentation. * Update `wrapcheck` to `v0.0.0-20201130113247-1683564d9756`. Updated readme. * Update `unparam` to `v0.0.0-20210104141923-aac4ce9116a7`. Updated dependencies.
1 parent cdaf03d commit 5dcc3ea

File tree

2 files changed

+23
-26
lines changed

2 files changed

+23
-26
lines changed

go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/BurntSushi/toml v0.3.1
88
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
99
github.com/OpenPeeDeeP/depguard v1.0.1
10-
github.com/alexkohler/prealloc v0.0.0-20210204145425-77a5b5dd9799
10+
github.com/alexkohler/prealloc v1.0.0
1111
github.com/ashanbrown/forbidigo v1.1.0
1212
github.com/ashanbrown/makezero v0.0.0-20201205152432-7b7cdbb3025a
1313
github.com/bkielbasa/cyclop v1.2.0
@@ -27,22 +27,22 @@ require (
2727
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
2828
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
2929
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
30-
github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
30+
github.com/golangci/misspell v0.3.5
3131
github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5
3232
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
3333
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254
3434
github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5
3535
github.com/gostaticanalysis/nilerr v0.1.1
3636
github.com/jgautheron/goconst v1.4.0
3737
github.com/jingyugao/rowserrcheck v0.0.0-20210130005344-c6a0c12dd98d
38-
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
38+
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
3939
github.com/julz/importas v0.0.0-20210226073942-60b4fa260dd0
4040
github.com/kisielk/errcheck v1.6.0
4141
github.com/kulti/thelper v0.4.0
4242
github.com/kunwardeep/paralleltest v1.0.2
4343
github.com/kyoh86/exportloopref v0.1.8
4444
github.com/maratori/testpackage v1.0.1
45-
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
45+
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
4646
github.com/mattn/go-colorable v0.1.8
4747
github.com/mbilski/exhaustivestruct v1.2.0
4848
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
@@ -69,21 +69,20 @@ require (
6969
github.com/spf13/viper v1.7.1
7070
github.com/ssgreg/nlreturn/v2 v2.1.0
7171
github.com/stretchr/testify v1.7.0
72-
github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2
72+
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b
7373
github.com/tetafro/godot v1.4.4
7474
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94
75-
github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d
75+
github.com/tomarrell/wrapcheck v0.0.0-20201130113247-1683564d9756
7676
github.com/tommy-muehle/go-mnd/v2 v2.3.1
7777
github.com/ultraware/funlen v0.0.3
7878
github.com/ultraware/whitespace v0.0.4
7979
github.com/uudashr/gocognit v1.0.1
8080
github.com/valyala/quicktemplate v1.6.3
81-
golang.org/x/text v0.3.4 // indirect
8281
golang.org/x/tools v0.1.0
8382
gopkg.in/yaml.v2 v2.4.0
8483
honnef.co/go/tools v0.1.2
8584
mvdan.cc/gofumpt v0.1.0
8685
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
8786
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
88-
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
87+
mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7
8988
)

go.sum

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

0 commit comments

Comments
 (0)