Skip to content

Commit

Permalink
Bump github.com/golangci/golangci-lint in /internal/tools
Browse files Browse the repository at this point in the history
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.44.2 to 1.51.2.
- [Release notes](https://github.com/golangci/golangci-lint/releases)
- [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md)
- [Commits](golangci/golangci-lint@v1.44.2...v1.51.2)

---
updated-dependencies:
- dependency-name: github.com/golangci/golangci-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2023
1 parent 24414b2 commit 972ba11
Show file tree
Hide file tree
Showing 2 changed files with 427 additions and 3 deletions.
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

0 comments on commit 972ba11

Please sign in to comment.