-
Notifications
You must be signed in to change notification settings - Fork 20
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
better help #29
Merged
Merged
better help #29
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
edulop91
approved these changes
Jul 13, 2018
czimergebot
pushed a commit
that referenced
this pull request
Aug 1, 2019
Bump github.com/go-test/deep from 1.0.1 to 1.0.2Bumps [github.com/go-test/deep](https://github.com/go-test/deep) from 1.0.1 to 1.0.2. <details> <summary>Changelog</summary> *Sourced from [github.com/go-test/deep's changelog](https://github.com/go-test/deep/blob/master/CHANGES.md).* > ## v1.0.2 released 2019-07-14 > > * Enabled Go module ([@​radeksimko](https://github.com/radeksimko)) > * Changed supported and tested Go versions: 1.10, 1.11, and 1.12 (dropped 1.9) > * Changed Error equality: additional struct fields are compared too (PR [#29](https://github-redirect.dependabot.com/go-test/deep/issues/29)) ([@​andrewmostello](https://github.com/andrewmostello)) > * Fixed typos and ineffassign issues (PR [#25](https://github-redirect.dependabot.com/go-test/deep/issues/25)) ([@​tariq1890](https://github.com/tariq1890)) > * Fixed diff order for nil comparison (PR [#16](https://github-redirect.dependabot.com/go-test/deep/issues/16)) ([@​gmarik](https://github.com/gmarik)) > * Fixed slice equality when slices are extracted from the same array (PR [#11](https://github-redirect.dependabot.com/go-test/deep/issues/11)) ([@​risteli](https://github.com/risteli)) > * Fixed test spelling and messages (PR [#19](https://github-redirect.dependabot.com/go-test/deep/issues/19)) ([@​sofuture](https://github.com/sofuture)) > * Fixed issue [#15](https://github-redirect.dependabot.com/go-test/deep/issues/15): panic on comparing struct with anonymous time.Time > * Fixed issue [#18](https://github-redirect.dependabot.com/go-test/deep/issues/18): Panic when comparing structs with time.Time value and CompareUnexportedFields is true > * Fixed issue [#21](https://github-redirect.dependabot.com/go-test/deep/issues/21): Set default MaxDepth = 0 (disabled) (PR [#23](https://github-redirect.dependabot.com/go-test/deep/issues/23)) </details> <details> <summary>Commits</summary> - [`cf67d73`](go-test/deep@cf67d73) Update changelog and tag as v1.0.2 - [`3c08b27`](go-test/deep@3c08b27) Merge pull request [#11](https://github-redirect.dependabot.com/go-test/deep/issues/11) from risteli/sibling_slices - [`1c3abb1`](go-test/deep@1c3abb1) Merge branch 'master' into sibling_slices - [`5b97bda`](go-test/deep@5b97bda) Merge pull request [#25](https://github-redirect.dependabot.com/go-test/deep/issues/25) from tariq1890/cleanup - [`43cb4d9`](go-test/deep@43cb4d9) Merge branch 'master' into cleanup - [`a20eee8`](go-test/deep@a20eee8) Fix an "ineffassign" in test reported by Go Report Card - [`6b98ce8`](go-test/deep@6b98ce8) Remove go1.9, add go1.12 to Travis CI - [`414c4c7`](go-test/deep@414c4c7) Merge pull request [#26](https://github-redirect.dependabot.com/go-test/deep/issues/26) from radeksimko/go-mod - [`698684a`](go-test/deep@698684a) Merge pull request [#29](https://github-redirect.dependabot.com/go-test/deep/issues/29) from andrewmostello/master - [`f9c0e8a`](go-test/deep@f9c0e8a) For types implementing Error, test more than just Error - Additional commits viewable in [compare view](go-test/deep@v1.0.1...v1.0.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/go-test/deep&package-manager=go_modules&previous-version=1.0.1&new-version=1.0.2)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/go-test/deep&package-manager=go_modules&previous-version=1.0.1&new-version=1.0.2) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **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](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> 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). To ignore the version in this PR you can just close it - `@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. </details>
palasha
pushed a commit
to palasha/fogg
that referenced
this pull request
Apr 7, 2020
Bump github.com/go-test/deep from 1.0.1 to 1.0.2Bumps [github.com/go-test/deep](https://github.com/go-test/deep) from 1.0.1 to 1.0.2. <details> <summary>Changelog</summary> *Sourced from [github.com/go-test/deep's changelog](https://github.com/go-test/deep/blob/master/CHANGES.md).* > ## v1.0.2 released 2019-07-14 > > * Enabled Go module ([@​radeksimko](https://github.com/radeksimko)) > * Changed supported and tested Go versions: 1.10, 1.11, and 1.12 (dropped 1.9) > * Changed Error equality: additional struct fields are compared too (PR [chanzuckerberg#29](https://github-redirect.dependabot.com/go-test/deep/issues/29)) ([@​andrewmostello](https://github.com/andrewmostello)) > * Fixed typos and ineffassign issues (PR [chanzuckerberg#25](https://github-redirect.dependabot.com/go-test/deep/issues/25)) ([@​tariq1890](https://github.com/tariq1890)) > * Fixed diff order for nil comparison (PR [chanzuckerberg#16](https://github-redirect.dependabot.com/go-test/deep/issues/16)) ([@​gmarik](https://github.com/gmarik)) > * Fixed slice equality when slices are extracted from the same array (PR [chanzuckerberg#11](https://github-redirect.dependabot.com/go-test/deep/issues/11)) ([@​risteli](https://github.com/risteli)) > * Fixed test spelling and messages (PR [chanzuckerberg#19](https://github-redirect.dependabot.com/go-test/deep/issues/19)) ([@​sofuture](https://github.com/sofuture)) > * Fixed issue [chanzuckerberg#15](https://github-redirect.dependabot.com/go-test/deep/issues/15): panic on comparing struct with anonymous time.Time > * Fixed issue [chanzuckerberg#18](https://github-redirect.dependabot.com/go-test/deep/issues/18): Panic when comparing structs with time.Time value and CompareUnexportedFields is true > * Fixed issue [chanzuckerberg#21](https://github-redirect.dependabot.com/go-test/deep/issues/21): Set default MaxDepth = 0 (disabled) (PR [chanzuckerberg#23](https://github-redirect.dependabot.com/go-test/deep/issues/23)) </details> <details> <summary>Commits</summary> - [`cf67d73`](go-test/deep@cf67d73) Update changelog and tag as v1.0.2 - [`3c08b27`](go-test/deep@3c08b27) Merge pull request [chanzuckerberg#11](https://github-redirect.dependabot.com/go-test/deep/issues/11) from risteli/sibling_slices - [`1c3abb1`](go-test/deep@1c3abb1) Merge branch 'master' into sibling_slices - [`5b97bda`](go-test/deep@5b97bda) Merge pull request [chanzuckerberg#25](https://github-redirect.dependabot.com/go-test/deep/issues/25) from tariq1890/cleanup - [`43cb4d9`](go-test/deep@43cb4d9) Merge branch 'master' into cleanup - [`a20eee8`](go-test/deep@a20eee8) Fix an "ineffassign" in test reported by Go Report Card - [`6b98ce8`](go-test/deep@6b98ce8) Remove go1.9, add go1.12 to Travis CI - [`414c4c7`](go-test/deep@414c4c7) Merge pull request [chanzuckerberg#26](https://github-redirect.dependabot.com/go-test/deep/issues/26) from radeksimko/go-mod - [`698684a`](go-test/deep@698684a) Merge pull request [chanzuckerberg#29](https://github-redirect.dependabot.com/go-test/deep/issues/29) from andrewmostello/master - [`f9c0e8a`](go-test/deep@f9c0e8a) For types implementing Error, test more than just Error - Additional commits viewable in [compare view](go-test/deep@v1.0.1...v1.0.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=github.com/go-test/deep&package-manager=go_modules&previous-version=1.0.1&new-version=1.0.2)](https://dependabot.com/compatibility-score.html?dependency-name=github.com/go-test/deep&package-manager=go_modules&previous-version=1.0.1&new-version=1.0.2) 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`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **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](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> 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). To ignore the version in this PR you can just close it - `@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. </details>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.