Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/golangci/golangci-lint from 1.27.0 to 1.41.0 #227

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ require (
github.com/go-zoo/bone v0.0.0-20160911183509-fd0aebc74e90
github.com/gobuffalo/packr v1.30.1
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
github.com/golangci/golangci-lint v1.27.0
github.com/golangci/golangci-lint v1.41.0
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf
github.com/gordonklaus/ineffassign v0.0.0-20180909121442-1003c8bd00dc
github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.0 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
Expand All @@ -35,16 +35,16 @@ require (
github.com/manifoldco/go-manifold v0.14.0
github.com/manifoldco/go-signature v1.0.3
github.com/manifoldco/promptui v0.3.3-0.20190411181407-35bab80e16a4
github.com/onsi/gomega v1.9.0
github.com/onsi/gomega v1.11.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.6.0
github.com/sirupsen/logrus v1.8.1
github.com/toqueteos/webbrowser v1.1.0 // indirect
github.com/tsenart/deadcode v0.0.0-20160724212837-210d2dc333e9
github.com/tylerb/graceful v1.2.15 // indirect
github.com/urfave/cli/v2 v2.2.0
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c
golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
)

go 1.13
Loading