Skip to content

Commit

Permalink
Update dependencies that dependabot cannot (#1790)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Sergey Vilgelm committed Feb 27, 2021
1 parent cdaf03d commit 5dcc3ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 26 deletions.
15 changes: 7 additions & 8 deletions go.mod
Expand Up @@ -7,7 +7,7 @@ require (
github.com/BurntSushi/toml v0.3.1
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
github.com/OpenPeeDeeP/depguard v1.0.1
github.com/alexkohler/prealloc v0.0.0-20210204145425-77a5b5dd9799
github.com/alexkohler/prealloc v1.0.0
github.com/ashanbrown/forbidigo v1.1.0
github.com/ashanbrown/makezero v0.0.0-20201205152432-7b7cdbb3025a
github.com/bkielbasa/cyclop v1.2.0
Expand All @@ -27,22 +27,22 @@ require (
github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
github.com/golangci/misspell v0.3.5
github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254
github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5
github.com/gostaticanalysis/nilerr v0.1.1
github.com/jgautheron/goconst v1.4.0
github.com/jingyugao/rowserrcheck v0.0.0-20210130005344-c6a0c12dd98d
github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
github.com/julz/importas v0.0.0-20210226073942-60b4fa260dd0
github.com/kisielk/errcheck v1.6.0
github.com/kulti/thelper v0.4.0
github.com/kunwardeep/paralleltest v1.0.2
github.com/kyoh86/exportloopref v0.1.8
github.com/maratori/testpackage v1.0.1
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // v1.0
github.com/mattn/go-colorable v0.1.8
github.com/mbilski/exhaustivestruct v1.2.0
github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81
Expand All @@ -69,21 +69,20 @@ require (
github.com/spf13/viper v1.7.1
github.com/ssgreg/nlreturn/v2 v2.1.0
github.com/stretchr/testify v1.7.0
github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2
github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b
github.com/tetafro/godot v1.4.4
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94
github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d
github.com/tomarrell/wrapcheck v0.0.0-20201130113247-1683564d9756
github.com/tommy-muehle/go-mnd/v2 v2.3.1
github.com/ultraware/funlen v0.0.3
github.com/ultraware/whitespace v0.0.4
github.com/uudashr/gocognit v1.0.1
github.com/valyala/quicktemplate v1.6.3
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.1.0
gopkg.in/yaml.v2 v2.4.0
honnef.co/go/tools v0.1.2
mvdan.cc/gofumpt v0.1.0
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7
mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7
)
34 changes: 16 additions & 18 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dcc3ea

Please sign in to comment.