Skip to content

Commit

Permalink
chore(deps): update module github.com/99designs/gqlgen to v0.17.6 (#28)
Browse files Browse the repository at this point in the history
* chore(deps): update module github.com/99designs/gqlgen to v0.17.6

* chore: go generate

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Carsten Dietrich <carsten.dietrich@omnevo.net>
  • Loading branch information
3 people committed May 25, 2022
1 parent c69f8af commit 3826079
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 35 deletions.
47 changes: 13 additions & 34 deletions example/graphql/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
flamingo.me/dingo v0.2.9
flamingo.me/flamingo/v3 v3.3.0
github.com/99designs/gqlgen v0.17.5
github.com/99designs/gqlgen v0.17.6
github.com/spf13/cobra v1.4.0
github.com/vektah/gqlparser/v2 v2.4.3
)
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Expand Up @@ -59,6 +59,8 @@ flamingo.me/flamingo/v3 v3.3.0 h1:7/4Eo/MTpIiBXuOF+MKh3OXC3Ivgsd6aKX6pM162/nw=
flamingo.me/flamingo/v3 v3.3.0/go.mod h1:yPg0dUaaPREzp+FYgMbdCJmmYDRGq140QU7XdC2oCyY=
github.com/99designs/gqlgen v0.17.5 h1:bTgv7FQz3+NROg6ooHtlkaJ82Uqrp6e5sAziXTBo1hc=
github.com/99designs/gqlgen v0.17.5/go.mod h1:SNpLVzaF37rRLSAXtu8FKVp5I4zycneMmFX6NT4XGSU=
github.com/99designs/gqlgen v0.17.6 h1:u8BkKi9HmACOoYb4nSJPIR7NfDHp+Ng3mL4b3Gd4qqM=
github.com/99designs/gqlgen v0.17.6/go.mod h1:fVjY/AuDenx9VLaiK5QmIndmNcbw05H9tuqLDuxJeuE=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
Expand Down Expand Up @@ -417,6 +419,7 @@ github.com/uber/jaeger-client-go v2.22.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMW
github.com/urfave/cli/v2 v2.4.0/go.mod h1:NX9W0zmTvedE5oDoOMs2RTC8RvdK98NTYZE5LbaEYPg=
github.com/vektah/gqlparser/v2 v2.4.2 h1:29TGc6QmhEUq5fll+2FPoTmhUhR65WEKN4VK/jo0OlM=
github.com/vektah/gqlparser/v2 v2.4.2/go.mod h1:flJWIR04IMQPGz+BXLrORkrARBxv/rtyIAFvd/MceW0=
github.com/vektah/gqlparser/v2 v2.4.3-0.20220508162109-d3d9eb001575/go.mod h1:flJWIR04IMQPGz+BXLrORkrARBxv/rtyIAFvd/MceW0=
github.com/vektah/gqlparser/v2 v2.4.3 h1:pg/VX0B6K9aSdXLsoKQY6XYVJigtWEfClUrv4Io1plg=
github.com/vektah/gqlparser/v2 v2.4.3/go.mod h1:flJWIR04IMQPGz+BXLrORkrARBxv/rtyIAFvd/MceW0=
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
Expand Down

0 comments on commit 3826079

Please sign in to comment.