Skip to content

Commit

Permalink
chore: bump github.com/99designs/gqlgen
Browse files Browse the repository at this point in the history
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.5-0.20220428154617-9250f9ac1f90 to 0.17.40.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/commits/v0.17.40)

---
updated-dependencies:
- dependency-name: github.com/99designs/gqlgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 2b7101c commit 1208827
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 59 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
ariga.io/sqlcomment v0.1.0
entgo.io/contrib v0.4.5
entgo.io/ent v0.12.4
github.com/99designs/gqlgen v0.17.5-0.20220428154617-9250f9ac1f90
github.com/99designs/gqlgen v0.17.40
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/digitorus/timestamp v0.0.0-20230220124323-d542479a2425
github.com/edwarnicke/gitoid v0.0.0-20220710194850-1be5bfda1f9d
Expand All @@ -22,7 +22,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/testifysec/archivista-api v0.0.0-20230303165309-a31a92afd132
github.com/testifysec/go-witness v0.1.16
github.com/vektah/gqlparser/v2 v2.4.7
github.com/vektah/gqlparser/v2 v2.5.10
golang.org/x/sync v0.5.0
)

Expand All @@ -44,14 +44,15 @@ require (
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sosodev/duration v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.9 // indirect
github.com/vmihailenco/tagparser v0.1.2 // indirect
Expand All @@ -66,8 +67,7 @@ require (
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.8.1-0.20230428195545-5283a0178901 // indirect
golang.org/x/tools v0.9.3 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 1208827

Please sign in to comment.