Skip to content

Commit

Permalink
Drop dependency on golang.org/x/lint
Browse files Browse the repository at this point in the history
We use golang.org/x/lint for dev-time tooling only. We don't
need to declare constraints on versions of these libraries that our
users use.

related: uber-go/multierr#35
  • Loading branch information
r-hang committed Apr 15, 2020
1 parent 0036d92 commit 6621e2d
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](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

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

## [1.4.0] - 2019-11-19
### Changed
Expand Down
File renamed without changes.

0 comments on commit 6621e2d

Please sign in to comment.