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.44.2 to 1.51.2 in /internal/tools #163

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
9 changes: 6 additions & 3 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ go 1.16

require (
github.com/client9/misspell v0.3.4
github.com/denis-tingajkin/go-header v0.4.2 // indirect
github.com/gogo/protobuf v1.3.2
github.com/golangci/golangci-lint v1.44.2
github.com/golangci/golangci-lint v1.51.2
github.com/itchyny/gojq v0.12.6
github.com/jcchavezs/porto v0.4.0
github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e // indirect
github.com/sylvia7788/contextcheck v1.0.4 // indirect
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
go.opentelemetry.io/build-tools/multimod v0.0.0-20210920164323-2ceabab23375
go.opentelemetry.io/build-tools/semconvgen v0.0.0-20210920164323-2ceabab23375
golang.org/x/mod v0.5.1
golang.org/x/tools v0.1.9
golang.org/x/mod v0.8.0
golang.org/x/tools v0.6.0
)

replace go.opentelemetry.io/otel => ../..
Expand Down
Loading