Skip to content

Commit 1fb231f

Browse files
fix(deps): update all patch dependencies
1 parent eb4e7a8 commit 1fb231f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docker/docker-compose-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
redis:
3-
image: redis:7.4.4-alpine
3+
image: redis:7.4.8-alpine
44
container_name: redis
55
restart: always
66
ports:

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.24.3
55
require (
66
ariga.io/entcache v0.1.0
77
entgo.io/contrib v0.6.0
8-
entgo.io/ent v0.14.4
9-
github.com/99designs/gqlgen v0.17.74
8+
entgo.io/ent v0.14.5
9+
github.com/99designs/gqlgen v0.17.87
1010
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
1111
github.com/Yamashou/gqlgenc v0.32.1
1212
github.com/brianvoe/gofakeit/v7 v7.2.1
@@ -16,7 +16,7 @@ require (
1616
github.com/invopop/yaml v0.3.1
1717
github.com/knadh/koanf/parsers/yaml v1.0.0
1818
github.com/knadh/koanf/providers/env v1.1.0
19-
github.com/knadh/koanf/providers/file v1.2.0
19+
github.com/knadh/koanf/providers/file v1.2.1
2020
github.com/knadh/koanf/v2 v2.2.0
2121
github.com/mcuadros/go-defaults v1.2.0
2222
github.com/mitchellh/go-homedir v1.1.0
@@ -27,7 +27,7 @@ require (
2727
github.com/rs/zerolog v1.34.0
2828
github.com/samber/lo v1.50.0
2929
github.com/spf13/cobra v1.9.1
30-
github.com/spf13/pflag v1.0.6
30+
github.com/spf13/pflag v1.0.10
3131
github.com/spf13/viper v1.20.1
3232
github.com/stretchr/testify v1.10.0
3333
github.com/theopenlane/beacon v0.1.1
@@ -40,8 +40,8 @@ require (
4040
github.com/theopenlane/iam v0.12.6
4141
github.com/theopenlane/riverboat v0.1.3
4242
github.com/tursodatabase/libsql-client-go v0.0.0-20240902231107-85af5b9d094d
43-
github.com/vektah/gqlparser/v2 v2.5.27
44-
github.com/wundergraph/graphql-go-tools v1.67.4
43+
github.com/vektah/gqlparser/v2 v2.5.32
44+
github.com/wundergraph/graphql-go-tools v1.67.5
4545
gocloud.dev v0.41.0
4646
golang.org/x/crypto v0.45.0
4747
modernc.org/sqlite v1.37.1

0 commit comments

Comments
 (0)