hyperscale / hyperpic

Fast HTTP microservice for high-level image processing.
MIT License
31 stars 2 forks source link

build(deps): bump github.com/gorilla/schema from 1.0.2 to 1.1.0 #23

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/gorilla/schema from 1.0.2 to 1.1.0.

Release notes *Sourced from [github.com/gorilla/schema's releases](https://github.com/gorilla/schema/releases).* > ## Fine-grained decoding errors > Decoding errors now have types for more comprehensive error reporting: > - `UnknownKeyError` is returned when an unknown key is encountered in the source map and the decoder is not set to ignore unknown keys. > - `EmptyFieldError` is returned when a required field is empty. > > Both error types have a `Key` attribute that can be inspected to determine the field that caused the error.
Commits - [`124d17e`](https://github.com/gorilla/schema/commit/124d17ef95858a10835ce95502446cb5a9e9f715) Merge pull request [#114](https://github-redirect.dependabot.com/gorilla/schema/issues/114) from shkw/fine-grained-decoding-error - [`e92c144`](https://github.com/gorilla/schema/commit/e92c144543e4d5e4f05678192746eed6bf2cfdf0) Update a test expectation to fix a test failure - [`7e58d97`](https://github.com/gorilla/schema/commit/7e58d975701047267488991d1d18a8c0d139ccdf) Merge branch 'master' into fine-grained-decoding-error - [`b972fc2`](https://github.com/gorilla/schema/commit/b972fc2cc573ebe6e921769ae7e1fdd9598f2539) When required field in embedded structure is missing, validation returns inco... - [`b4aa171`](https://github.com/gorilla/schema/commit/b4aa171a4e6823217f3eda6374bf51e3d078e0bf) Return more comprehensive decoding error - [`a9df214`](https://github.com/gorilla/schema/commit/a9df21470463aa239252181a94ec395b00064a1b) Return error when source map for decoding contains ambiguous keys - [`6889f48`](https://github.com/gorilla/schema/commit/6889f4891bfff57be4035bfc736ed2ce8e2d22cc) Introduce EmptyFieldError - [`c68c938`](https://github.com/gorilla/schema/commit/c68c938b871fc99eaae1097f6b3e30cfa0653b47) Introduce UnknownKeyError - [`1618f05`](https://github.com/gorilla/schema/commit/1618f054dd18851e32b8cd7db39aef6bdb4338e6) Update and rename stale to stale.yml ([#112](https://github-redirect.dependabot.com/gorilla/schema/issues/112)) - [`864f9b4`](https://github.com/gorilla/schema/commit/864f9b4b21b7fca177b271a281bde3f996610b32) Add stalebot config ([#111](https://github-redirect.dependabot.com/gorilla/schema/issues/111)) - Additional commits viewable in [compare view](https://github.com/gorilla/schema/compare/v1.0.2...v1.1.0)


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.
coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 95.387% when pulling 31c5734aee45188f4663b5bf8b75ceaa69b563f4 on dependabot/go_modules/github.com/gorilla/schema-1.1.0 into cf54d8446968341742f10ed360bbebf2e8a3e2ae on develop.