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

Move tools dependencies into subdirectory with tag #96

Merged
merged 1 commit into from Feb 6, 2023

Conversation

prashantv
Copy link
Collaborator

Fixes #92.

Avoid tools dependencies in goleak's go.mod.

golint is deprecated, we can separately migrate to another tool, but the tools change avoids any CI-time dependency from leaking into our go.mod.

Avoid tools dependencies in goleak's go.mod.

golint is deprecated, we can separately migrate to another tool, but
the tools change avoids any CI-time dependency from leaking into our
go.mod.
@codecov
Copy link

codecov bot commented Feb 6, 2023

Codecov Report

Merging #96 (f8d5331) into master (70e025e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   94.92%   94.92%           
=======================================
  Files           5        5           
  Lines         138      138           
=======================================
  Hits          131      131           
  Misses          4        4           
  Partials        3        3           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sywhang sywhang merged commit 1649ce4 into uber-go:master Feb 6, 2023
@@ -0,0 +1,7 @@
module go.uber.org/goleak
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for isolating the golang.org/x/lint dependency, much appreciated

I'm not sure this matters, but having two go.mod files claim to be the same module name is a little weird... should this be go.uber.org/goleak/tools or something?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be, good catch! Will fix this as part of migrating off golint.

@prashantv prashantv deleted the tools branch February 6, 2023 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please drop unmaintained golang.org/x/lint dependency from go.mod
3 participants