Skip to content

Commit

Permalink
chore(deps): bump github.com/graph-gophers/graphql-go from 0.0.0-2020…
Browse files Browse the repository at this point in the history
…0309224638-dae41bde9ef9 to 1.3.0 (#8706)

Bumps
[github.com/graph-gophers/graphql-go](https://github.com/graph-gophers/graphql-go)
from 0.0.0-20200309224638-dae41bde9ef9 to 1.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/graph-gophers/graphql-go/releases">github.com/graph-gophers/graphql-go's
releases</a>.</em></p>
<blockquote>
<h2>Release v1.3.0</h2>
<ul>
<li><strong>[FEATURE]</strong> Support custom panic handler <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/pull/468">#468</a></li>
<li><strong>[TESTS]</strong> Add more tests for variable validation <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/pull/470">#470</a></li>
<li><strong>[FEATURE]</strong> Support interfaces implementing
interfaces <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/pull/471">#471</a></li>
<li><strong>[BUG]</strong> Support parsing nanoseconds time properly <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/pull/486">#486</a></li>
<li><strong>[BUG]</strong> Fix a bug in maxDepth fragment spread logic
<a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/pull/492">#492</a></li>
</ul>
<h2>Release v1.2.0</h2>
<ul>
<li>[FEATURE] Accept custom JSON scalar value as resolver argument (<a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/467">#467</a>)</li>
</ul>
<h2>Release v1.1.0</h2>
<ul>
<li>[FEATURE] Add types package <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/437">#437</a></li>
<li>[FEATURE] Expose <code>packer.Unmarshaler</code> as
<code>decode.Unmarshaler</code> to the public <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/450">#450</a></li>
<li>[FEATURE] Add location fields to type definitions <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/454">#454</a></li>
<li>[FEATURE] <code>errors.Errorf</code> preserves original error
similar to <code>fmt.Errorf</code> <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/456">#456</a></li>
<li>[BUGFIX] Fix duplicated __typename in response (fixes <a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/369">#369</a>)
<a
href="https://github-redirect.dependabot.com/graph-gophers/graphql-go/issues/443">#443</a></li>
</ul>
<p>Initial stable release</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/graph-gophers/graphql-go/commits/v1.3.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/graph-gophers/graphql-go&package-manager=go_modules&previous-version=0.0.0-20200309224638-dae41bde9ef9&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

---

<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 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

You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/dgraph-io/dgraph/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2023
1 parent 10f80b6 commit 29bbcda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/graph-gophers/graphql-go v0.0.0-20200309224638-dae41bde9ef9
github.com/graph-gophers/graphql-go v1.3.0
github.com/hashicorp/vault/api v1.0.4
github.com/minio/minio-go/v6 v6.0.55
github.com/mitchellh/panicwrap v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoA
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/graph-gophers/graphql-go v0.0.0-20200309224638-dae41bde9ef9 h1:kLnsdud6Fl1/7ZX/5oD23cqYAzBfuZBhNkGr2NvuEsU=
github.com/graph-gophers/graphql-go v0.0.0-20200309224638-dae41bde9ef9/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc=
github.com/graph-gophers/graphql-go v1.3.0 h1:Eb9x/q6MFpCLz7jBCiP/WTxjSDrYLR1QY41SORZyNJ0=
github.com/graph-gophers/graphql-go v1.3.0/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc=
github.com/graph-gophers/graphql-transport-ws v0.0.2 h1:DbmSkbIGzj8SvHei6n8Mh9eLQin8PtA8xY9eCzjRpvo=
github.com/graph-gophers/graphql-transport-ws v0.0.2/go.mod h1:5BVKvFzOd2BalVIBFfnfmHjpJi/MZ5rOj8G55mXvZ8g=
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
Expand Down

0 comments on commit 29bbcda

Please sign in to comment.