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.33.0 to 1.37.1 #379

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
Bump github.com/golangci/golangci-lint from 1.33.0 to 1.37.1
  • Loading branch information
dependabot[bot] committed Feb 22, 2021
commit 6b8e2e644f797a560e819f22cffcc4b93106f096
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.33.0
github.com/golangci/golangci-lint v1.37.1
github.com/google/addlicense v0.0.0-20200906110928-a0294312aa76
github.com/jstemmer/go-junit-report v0.9.1
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/alibabacloudlogserviceexporter v0.0.0-00010101000000-000000000000
Expand Down Expand Up @@ -57,12 +57,12 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/windowsperfcountersreceiver v0.0.0-00010101000000-000000000000
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zookeeperreceiver v0.0.0-00010101000000-000000000000
github.com/pavius/impi v0.0.3
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/tcnksm/ghr v0.13.0
go.opentelemetry.io/collector v0.15.1-0.20201125171618-60498105d42f
go.opentelemetry.io/collector/cmd/issuegenerator v0.0.0-20201125151900-b19b5ac392ec
go.opentelemetry.io/collector/cmd/mdatagen v0.0.0-20201125151900-b19b5ac392ec
golang.org/x/sys v0.0.0-20201113233024-12cec1faf1ba
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
honnef.co/go/tools v0.0.1-2020.1.6
)

Expand Down
Loading