Skip to content

Commit

Permalink
Merge pull request cloudflare#997 from cloudflare/dependabot/go_modul…
Browse files Browse the repository at this point in the history
…es/github.com/golangci/golangci-lint-1.47.1

build(deps): bump github.com/golangci/golangci-lint from 1.47.0 to 1.47.1
  • Loading branch information
jacobbednarz authored Jul 19, 2022
2 parents 18d9525 + 0f4f1d9 commit e103aee
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 14 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
github.com/cweill/gotests v1.6.0
github.com/go-delve/delve v1.9.0
github.com/golangci/golangci-lint v1.47.0
github.com/golangci/golangci-lint v1.47.1
github.com/google/go-querystring v1.1.0
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/olekukonko/tablewriter v0.0.5
Expand Down Expand Up @@ -47,7 +47,7 @@ require (
github.com/cilium/ebpf v0.7.0 // indirect
github.com/cosiner/argv v0.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/daixiang0/gci v0.4.2 // indirect
github.com/daixiang0/gci v0.4.3 // indirect
github.com/dave/dst v0.26.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/denis-tingaikin/go-header v0.4.3 // indirect
Expand Down Expand Up @@ -150,7 +150,7 @@ require (
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/sivchari/containedctx v1.0.2 // indirect
github.com/sivchari/nosnakecase v1.5.0 // indirect
github.com/sivchari/tenv v1.6.0 // indirect
github.com/sivchari/tenv v1.7.0 // indirect
github.com/sonatard/noctx v0.0.1 // indirect
github.com/sourcegraph/go-diff v0.6.1 // indirect
github.com/spf13/afero v1.8.2 // indirect
Expand Down Expand Up @@ -181,7 +181,7 @@ require (
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.17.0 // indirect
golang.org/x/arch v0.0.0-20190927153633-4e8777c89be4 // indirect
golang.org/x/exp/typeparams v0.0.0-20220218215828-6cf2b201936e // indirect
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
Expand All @@ -196,6 +196,6 @@ require (
mvdan.cc/gofumpt v0.3.1 // indirect
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 // indirect
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 // indirect
mvdan.cc/xurls/v2 v2.4.0 // indirect
)
Loading

0 comments on commit e103aee

Please sign in to comment.