Skip to content

Commit

Permalink
Drop dependency on golang.org/x/{tools,lint} (#65)
Browse files Browse the repository at this point in the history
We use `golang.org/x/{tools,lint}` for dev-time tooling only. We don't
need to declare it as a library dependency. This causes issues like
uber-go/multierr#35.

This change drops these depnedencies by renaming the tools.go so that
these are considered test dependencies only. `go mod vendor` does not
consider test dependencies.
  • Loading branch information
abhinav committed Feb 24, 2020
1 parent 60aeda6 commit 9cf2b0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- No changes yet.
### Changed
- Drop library dependency on `golang.org/x/{lint, tools}`.

## [1.5.1] - 2019-11-19
- Fix bug where `Bool.CAS` and `Bool.Toggle` do work correctly together
Expand Down
File renamed without changes.

0 comments on commit 9cf2b0a

Please sign in to comment.