diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-11 13:21:56 +0000 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2023-08-11 15:42:36 +0200 |
commit | 1c44dcbabc9fe8b74ee7a0a9b22d99a0b7337bd1 (patch) | |
tree | 74d99a602a293f24926e893083f266a8fd9016f4 /go.mod | |
parent | a0d225ce23af9f5dbe31521f19485c66d409e573 (diff) | |
download | git-bug-1c44dcbabc9fe8b74ee7a0a9b22d99a0b7337bd1.tar.gz |
build(deps): bump github.com/99designs/gqlgen from 0.17.20 to 0.17.36
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.20 to 0.17.36.
- [Release notes](https://github.com/99designs/gqlgen/releases)
- [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/99designs/gqlgen/compare/v0.17.20...v0.17.36)
---
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>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -3,7 +3,7 @@ module github.com/MichaelMure/git-bug go 1.19 require ( - github.com/99designs/gqlgen v0.17.20 + github.com/99designs/gqlgen v0.17.36 github.com/99designs/keyring v1.2.2 github.com/MichaelMure/go-term-text v0.3.1 github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 @@ -26,7 +26,7 @@ require ( github.com/spf13/cobra v1.7.0 github.com/stretchr/testify v1.8.4 github.com/vbauerster/mpb/v8 v8.5.2 - github.com/vektah/gqlparser/v2 v2.5.1 + github.com/vektah/gqlparser/v2 v2.5.8 github.com/xanzy/go-gitlab v0.90.0 golang.org/x/crypto v0.12.0 golang.org/x/oauth2 v0.11.0 @@ -45,7 +45,6 @@ require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect github.com/cloudflare/circl v1.3.3 // indirect - github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/lithammer/dedent v1.1.0 // indirect github.com/owenrumney/go-sarif v1.0.11 // indirect github.com/pjbgf/sha1cd v0.2.3 // indirect @@ -95,7 +94,7 @@ require ( github.com/lucasb-eyer/go-colorful v1.0.3 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-runewidth v0.0.14 // indirect - github.com/mitchellh/mapstructure v1.4.1 // indirect + github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mschoch/smat v0.2.0 // indirect github.com/mtibben/percent v0.2.1 // indirect github.com/philhofer/fwd v1.0.0 // indirect @@ -103,13 +102,13 @@ require ( github.com/praetorian-inc/gokart v0.5.1 github.com/rivo/uniseg v0.4.4 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect - github.com/sergi/go-diff v1.2.0 // indirect + github.com/sergi/go-diff v1.3.1 // indirect github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/steveyen/gtreap v0.1.0 // indirect github.com/stretchr/objx v0.5.0 // indirect github.com/tinylib/msgp v1.1.0 // indirect - github.com/urfave/cli/v2 v2.8.1 // indirect + github.com/urfave/cli/v2 v2.25.5 // indirect github.com/willf/bitset v1.1.10 // indirect github.com/xanzy/ssh-agent v0.3.3 // indirect github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect @@ -118,7 +117,7 @@ require ( golang.org/x/net v0.14.0 // indirect golang.org/x/term v0.11.0 golang.org/x/time v0.3.0 // indirect - golang.org/x/tools v0.8.1-0.20230421161920-b9619ee54b47 // indirect + golang.org/x/tools v0.9.3 // indirect golang.org/x/vuln v1.0.0 google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.31.0 // indirect |