appliedgocode / goman

The missing man page for Go binaries. Goman fetches the repo's readme as a man page replacement.
Other
123 stars 3 forks source link

Bump github.com/pkg/errors from 0.8.0 to 0.8.1 #7

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/pkg/errors from 0.8.0 to 0.8.1.

Release notes *Sourced from [github.com/pkg/errors's releases](https://github.com/pkg/errors/releases).* > ## errors 0.8.1 > pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new `runtime.CallersFrames` API. > > pkg/errors 0.8.1 also adds one new feature, `errors.WithMessagef`. Ideally this would be held over til 0.9, but that complicates the switch to `runtime.CallersFrames`. > > # Improvements > > - Added `errors.WithMessagef`. Thanks [@​chemicL.](https://github.com/chemicL.) > > # Bugs fixed > > - `.travis.yml`. Adjust Go versions. Thanks [@​AlekSi](https://github.com/AlekSi), [@​dvrkps](https://github.com/dvrkps), [@​HaraldNordgren](https://github.com/HaraldNordgren), and [@​komuw](https://github.com/komuw) > - Fixed gofmt. Thanks [@​tariq1890](https://github.com/tariq1890) > - Copyedit the package documentation. Thanks [@​seh](https://github.com/seh), [@​TomSweeneyRedHat](https://github.com/TomSweeneyRedHat), [@​nicksnyder](https://github.com/nicksnyder), and [@​beono](https://github.com/beono) > - Remove unreachable code. Thanks [@​philoserf](https://github.com/philoserf) and [@​haya14busa](https://github.com/haya14busa) > - Move benchmark error sink to global variable. Thanks [@​bradleyfalzon](https://github.com/bradleyfalzon) > - Fix minor newline consistency issues in test files. Thanks [@​nmiyake](https://github.com/nmiyake) > - Add doc comment for exported Format func. Thanks [@​mrhwick](https://github.com/mrhwick) and [@​ihrwein](https://github.com/ihrwein) >
Commits - [`ba968bf`](https://github.com/pkg/errors/commit/ba968bfe8b2f7e042a574c888954fccecfa385b4) gofmt -w errors.go ([#179](https://github-redirect.dependabot.com/pkg/errors/issues/179)) - [`059132a`](https://github.com/pkg/errors/commit/059132a15dd08d6704c67711dae0cf35ab991756) Update .travis.yml ([#168](https://github-redirect.dependabot.com/pkg/errors/issues/168)) - [`d58f942`](https://github.com/pkg/errors/commit/d58f94251046e7f70ac45aceea6cf6f61415ccca) Bump Travis versions ([#172](https://github-redirect.dependabot.com/pkg/errors/issues/172)) - [`2233dee`](https://github.com/pkg/errors/commit/2233dee583dcf88f3c8b22cb7a33f05a499800d8) Copyedit the package documentation ([#135](https://github-redirect.dependabot.com/pkg/errors/issues/135)) - [`e981d1a`](https://github.com/pkg/errors/commit/e981d1a2c5fa0227e1f3ee3f56b73ca5498460ed) Add WithMessagef function ([#118](https://github-redirect.dependabot.com/pkg/errors/issues/118)) - [`c059e47`](https://github.com/pkg/errors/commit/c059e472caf75dbe73903f6521a20abac245b17f) fixed spelling ([#156](https://github-redirect.dependabot.com/pkg/errors/issues/156)) - [`816c908`](https://github.com/pkg/errors/commit/816c9085562cd7ee03e7f8188a1cfd942858cded) travis.yml: add Go 1.10 ([#154](https://github-redirect.dependabot.com/pkg/errors/issues/154)) - [`30136e2`](https://github.com/pkg/errors/commit/30136e27e2ac8d167177e8a583aa4c3fea5be833) Remove deadcode ([#146](https://github-redirect.dependabot.com/pkg/errors/issues/146)) - [`e881fd5`](https://github.com/pkg/errors/commit/e881fd58d78e04cf6d0de1217f8707c8cc2249bc) Fix minor typo in README.md ([#142](https://github-redirect.dependabot.com/pkg/errors/issues/142)) - [`8842a6e`](https://github.com/pkg/errors/commit/8842a6e0cc595d1cc9d931f6c875883967280e32) Add badge for number of dependent libraries ([#109](https://github-redirect.dependabot.com/pkg/errors/issues/109)) - Additional commits viewable in [compare view](https://github.com/pkg/errors/compare/v0.8.0...v0.8.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.