Skip to content
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 2 commits into from
Jul 13, 2018
Merged

better help #29

merged 2 commits into from
Jul 13, 2018

Conversation

ryanking
Copy link
Contributor

No description provided.

@ryanking ryanking requested a review from a team as a code owner July 13, 2018 18:45
@czimergebot czimergebot merged commit 079bd10 into master Jul 13, 2018
@ryanking ryanking deleted the ryanking/help branch July 17, 2018 16:52
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 ([@&#8203;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)) ([@&#8203;andrewmostello](https://github.com/andrewmostello))
> * Fixed typos and ineffassign issues (PR [#25](https://github-redirect.dependabot.com/go-test/deep/issues/25)) ([@&#8203;tariq1890](https://github.com/tariq1890))
> * Fixed diff order for nil comparison (PR [#16](https://github-redirect.dependabot.com/go-test/deep/issues/16)) ([@&#8203;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)) ([@&#8203;risteli](https://github.com/risteli))
> * Fixed test spelling and messages (PR [#19](https://github-redirect.dependabot.com/go-test/deep/issues/19)) ([@&#8203;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 ([@&#8203;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)) ([@&#8203;andrewmostello](https://github.com/andrewmostello))
> * Fixed typos and ineffassign issues (PR [chanzuckerberg#25](https://github-redirect.dependabot.com/go-test/deep/issues/25)) ([@&#8203;tariq1890](https://github.com/tariq1890))
> * Fixed diff order for nil comparison (PR [chanzuckerberg#16](https://github-redirect.dependabot.com/go-test/deep/issues/16)) ([@&#8203;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)) ([@&#8203;risteli](https://github.com/risteli))
> * Fixed test spelling and messages (PR [chanzuckerberg#19](https://github-redirect.dependabot.com/go-test/deep/issues/19)) ([@&#8203;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>
@vincenthsh vincenthsh mentioned this pull request Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants