Skip to content

Commit 3eb158d

Browse files
chore(deps): bump github.com/99designs/gqlgen from 0.17.48 to 0.17.70
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.48 to 0.17.70. - [Release notes](https://github.com/99designs/gqlgen/releases) - [Changelog](https://github.com/99designs/gqlgen/blob/master/CHANGELOG.md) - [Commits](99designs/gqlgen@v0.17.48...v0.17.70) --- 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>
1 parent 6efe928 commit 3eb158d

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

go.mod

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
module github.com/swiftwave-org/swiftwave
22

33
go 1.21.7
4+
toolchain go1.24.1
45

56
require (
67
ariga.io/atlas-provider-gorm v0.5.0
7-
github.com/99designs/gqlgen v0.17.48
8+
github.com/99designs/gqlgen v0.17.70
89
github.com/aws/aws-sdk-go v1.55.6
9-
github.com/dgryski/trifles v0.0.0-20200323201526-dd97f9abfb48
10+
github.com/dgryski/trifles v0.0.0-20230903005119-f50d829f2e54
1011
github.com/docker/docker v27.1.1+incompatible
1112
github.com/fatih/color v1.18.0
1213
github.com/go-git/go-git/v5 v5.13.1
@@ -25,9 +26,9 @@ require (
2526
github.com/stretchr/testify v1.10.0
2627
github.com/testcontainers/testcontainers-go v0.33.0
2728
github.com/tredoe/osutil v1.5.0
28-
github.com/vektah/gqlparser/v2 v2.5.19
29+
github.com/vektah/gqlparser/v2 v2.5.23
2930
github.com/xlzd/gotp v0.1.0
30-
golang.org/x/term v0.29.0
31+
golang.org/x/term v0.30.0
3132
gopkg.in/yaml.v3 v3.0.1
3233
gorm.io/driver/postgres v1.5.11
3334
gorm.io/gorm v1.25.12
@@ -37,10 +38,10 @@ require (
3738
require (
3839
dario.cat/mergo v1.0.0 // indirect
3940
github.com/ProtonMail/go-crypto v1.1.3 // indirect
40-
github.com/agnivade/levenshtein v1.1.1 // indirect
41+
github.com/agnivade/levenshtein v1.2.1 // indirect
4142
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4243
github.com/cloudflare/circl v1.3.7 // indirect
43-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
44+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
4445
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
4546
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4647
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -51,13 +52,12 @@ require (
5152
github.com/jackc/pgpassfile v1.0.0 // indirect
5253
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
5354
github.com/jackc/pgx/v5 v5.5.5 // indirect
54-
github.com/mitchellh/mapstructure v1.5.0 // indirect
5555
github.com/pjbgf/sha1cd v0.3.0 // indirect
5656
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5757
github.com/skeema/knownhosts v1.3.0 // indirect
5858
github.com/sosodev/duration v1.3.1 // indirect
59-
github.com/urfave/cli/v2 v2.27.2 // indirect
60-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
59+
github.com/urfave/cli/v2 v2.27.6 // indirect
60+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
6161
golang.org/x/time v0.8.0 // indirect
6262
)
6363

@@ -77,6 +77,7 @@ require (
7777
github.com/go-logr/stdr v1.2.2 // indirect
7878
github.com/go-ole/go-ole v1.2.6 // indirect
7979
github.com/go-sql-driver/mysql v1.7.0 // indirect
80+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
8081
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
8182
github.com/golang-sql/sqlexp v0.1.0 // indirect
8283
github.com/google/go-cmp v0.6.0 // indirect
@@ -110,7 +111,7 @@ require (
110111
go.opentelemetry.io/otel v1.24.0 // indirect
111112
go.opentelemetry.io/otel/metric v1.24.0 // indirect
112113
go.opentelemetry.io/otel/trace v1.24.0 // indirect
113-
golang.org/x/sync v0.11.0 // indirect
114+
golang.org/x/sync v0.12.0 // indirect
114115
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
115116
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
116117
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -128,7 +129,7 @@ require (
128129
github.com/jinzhu/inflection v1.0.0 // indirect
129130
github.com/jinzhu/now v1.1.5 // indirect
130131
github.com/labstack/gommon v0.4.2
131-
github.com/mattn/go-colorable v0.1.13 // indirect
132+
github.com/mattn/go-colorable v0.1.14 // indirect
132133
github.com/mattn/go-isatty v0.0.20 // indirect
133134
github.com/moby/term v0.5.0 // indirect
134135
github.com/morikuni/aec v1.0.0 // indirect
@@ -140,10 +141,10 @@ require (
140141
go.uber.org/atomic v1.11.0 // indirect
141142
go.uber.org/multierr v1.11.0 // indirect
142143
go.uber.org/zap v1.24.0 // indirect
143-
golang.org/x/crypto v0.33.0
144-
golang.org/x/mod v0.17.0 // indirect
145-
golang.org/x/net v0.35.0
146-
golang.org/x/sys v0.30.0 // indirect
147-
golang.org/x/text v0.22.0 // indirect
148-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
144+
golang.org/x/crypto v0.36.0
145+
golang.org/x/mod v0.24.0 // indirect
146+
golang.org/x/net v0.37.0
147+
golang.org/x/sys v0.31.0 // indirect
148+
golang.org/x/text v0.23.0 // indirect
149+
golang.org/x/tools v0.31.0 // indirect
149150
)

0 commit comments

Comments
 (0)