diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 05:02:12 +0000 |
---|---|---|
committer | sudoforge <9c001b67637a@sudoforge.com> | 2024-07-22 22:09:26 -0700 |
commit | 6664fcd445adde4be420163d0e2387a9a11c59ab (patch) | |
tree | 292149a2eef869401ae22dbc1a5a94f78a521feb /go.mod | |
parent | 9b9d95bec99abcbde84cc00472db6fb500677b6a (diff) | |
download | git-bug-6664fcd445adde4be420163d0e2387a9a11c59ab.tar.gz |
build(deps): bump github.com/99designs/gqlgen from 0.17.36 to 0.17.49
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.36 to 0.17.49.
- [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.36...v0.17.49)
---
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 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -6,7 +6,7 @@ go 1.19 replace github.com/praetorian-inc/gokart v0.5.1 => github.com/selesy/gokart v0.5.2-rc1 require ( - github.com/99designs/gqlgen v0.17.36 + github.com/99designs/gqlgen v0.17.49 github.com/99designs/keyring v1.2.2 github.com/MichaelMure/go-term-text v0.3.1 github.com/ProtonMail/go-crypto v1.0.0 @@ -40,6 +40,8 @@ require ( require ( github.com/cyphar/filepath-securejoin v0.2.4 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/sosodev/duration v1.3.1 // indirect golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect ) @@ -106,10 +108,10 @@ require ( github.com/steveyen/gtreap v0.1.0 // indirect github.com/stretchr/objx v0.5.2 // indirect github.com/tinylib/msgp v1.1.0 // indirect - github.com/urfave/cli/v2 v2.25.5 // indirect + github.com/urfave/cli/v2 v2.27.2 // 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 + github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect github.com/zclconf/go-cty v1.8.4 // indirect go.etcd.io/bbolt v1.3.5 // indirect golang.org/x/mod v0.19.0 // indirect @@ -118,7 +120,7 @@ require ( golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.23.0 // indirect golang.org/x/vuln v1.1.3 - google.golang.org/protobuf v1.33.0 // indirect + google.golang.org/protobuf v1.34.1 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) |