Skip to content

Commit 843ec32

Browse files
chore(deps): bump github.com/99designs/gqlgen from 0.17.48 to 0.17.69
Bumps [github.com/99designs/gqlgen](https://github.com/99designs/gqlgen) from 0.17.48 to 0.17.69. - [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.69) --- 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 5b99a91 commit 843ec32

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.69
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.5.1+incompatible
1112
github.com/fatih/color v1.18.0
1213
github.com/go-git/go-git/v5 v5.13.2
@@ -24,9 +25,9 @@ require (
2425
github.com/stretchr/testify v1.10.0
2526
github.com/testcontainers/testcontainers-go v0.33.0
2627
github.com/tredoe/osutil v1.5.0
27-
github.com/vektah/gqlparser/v2 v2.5.19
28+
github.com/vektah/gqlparser/v2 v2.5.23
2829
github.com/xlzd/gotp v0.1.0
29-
golang.org/x/term v0.29.0
30+
golang.org/x/term v0.30.0
3031
gopkg.in/yaml.v3 v3.0.1
3132
gorm.io/driver/postgres v1.5.11
3233
gorm.io/gorm v1.25.12
@@ -36,10 +37,10 @@ require (
3637
require (
3738
dario.cat/mergo v1.0.0 // indirect
3839
github.com/ProtonMail/go-crypto v1.1.5 // indirect
39-
github.com/agnivade/levenshtein v1.1.1 // indirect
40+
github.com/agnivade/levenshtein v1.2.1 // indirect
4041
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4142
github.com/cloudflare/circl v1.3.7 // indirect
42-
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
43+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
4344
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
4445
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
4546
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
@@ -50,13 +51,12 @@ require (
5051
github.com/jackc/pgpassfile v1.0.0 // indirect
5152
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
5253
github.com/jackc/pgx/v5 v5.5.5 // indirect
53-
github.com/mitchellh/mapstructure v1.5.0 // indirect
5454
github.com/pjbgf/sha1cd v0.3.2 // indirect
5555
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5656
github.com/skeema/knownhosts v1.3.0 // indirect
5757
github.com/sosodev/duration v1.3.1 // indirect
58-
github.com/urfave/cli/v2 v2.27.2 // indirect
59-
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
58+
github.com/urfave/cli/v2 v2.27.6 // indirect
59+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
6060
golang.org/x/time v0.8.0 // indirect
6161
)
6262

@@ -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
@@ -113,7 +114,7 @@ require (
113114
go.opentelemetry.io/otel/metric v1.24.0 // indirect
114115
go.opentelemetry.io/otel/sdk v1.19.0 // indirect
115116
go.opentelemetry.io/otel/trace v1.24.0 // indirect
116-
golang.org/x/sync v0.11.0 // indirect
117+
golang.org/x/sync v0.12.0 // indirect
117118
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
118119
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
119120
gopkg.in/warnings.v0 v0.1.2 // indirect
@@ -131,7 +132,7 @@ require (
131132
github.com/jinzhu/inflection v1.0.0 // indirect
132133
github.com/jinzhu/now v1.1.5 // indirect
133134
github.com/labstack/gommon v0.4.2
134-
github.com/mattn/go-colorable v0.1.13 // indirect
135+
github.com/mattn/go-colorable v0.1.14 // indirect
135136
github.com/mattn/go-isatty v0.0.20 // indirect
136137
github.com/moby/term v0.5.0 // indirect
137138
github.com/morikuni/aec v1.0.0 // indirect
@@ -143,11 +144,11 @@ require (
143144
go.uber.org/atomic v1.11.0 // indirect
144145
go.uber.org/multierr v1.11.0 // indirect
145146
go.uber.org/zap v1.24.0 // indirect
146-
golang.org/x/crypto v0.33.0
147-
golang.org/x/mod v0.17.0 // indirect
148-
golang.org/x/net v0.35.0
149-
golang.org/x/sys v0.30.0 // indirect
150-
golang.org/x/text v0.22.0 // indirect
151-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
147+
golang.org/x/crypto v0.36.0
148+
golang.org/x/mod v0.24.0 // indirect
149+
golang.org/x/net v0.37.0
150+
golang.org/x/sys v0.31.0 // indirect
151+
golang.org/x/text v0.23.0 // indirect
152+
golang.org/x/tools v0.31.0 // indirect
152153
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20241231184526-a9ab2273dd10
153154
)

0 commit comments

Comments
 (0)