Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Nov 9, 2024
1 parent 2612314 commit 623eae3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/golangci/golangci-lint v1.59.1
github.com/google/addlicense v1.1.1
github.com/jcchavezs/porto v0.6.0
github.com/jstemmer/go-junit-report v1.0.0
github.com/jstemmer/go-junit-report/v2 v2.1.0
go.opentelemetry.io/build-tools/checkfile v0.14.0
go.opentelemetry.io/build-tools/chloggen v0.14.0
go.opentelemetry.io/build-tools/crosslink v0.14.0
Expand Down
4 changes: 2 additions & 2 deletions internal/tools/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/tools/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/google/addlicense"
_ "github.com/jcchavezs/porto/cmd/porto"
_ "github.com/jstemmer/go-junit-report"
_ "github.com/jstemmer/go-junit-report/v2"
_ "go.opentelemetry.io/build-tools/checkfile"
_ "go.opentelemetry.io/build-tools/chloggen"
_ "go.opentelemetry.io/build-tools/crosslink"
Expand Down

0 comments on commit 623eae3

Please sign in to comment.