Skip to content

Commit 2b6478b

Browse files
chore(all): update all
1 parent 43b5212 commit 2b6478b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
steps:
1616

1717
- name: Checkout
18-
uses: actions/checkout@v4.2.1
18+
uses: actions/checkout@v4.2.2
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@v5.0.2
21+
uses: actions/setup-go@v5.2.0
2222
with:
2323
go-version: ${{ matrix.go-version }}
2424

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ module github.com/AndriyKalashnykov/gqlgen-graphql-subscriptions
33
go 1.23
44

55
require (
6-
github.com/99designs/gqlgen v0.17.55
6+
github.com/99designs/gqlgen v0.17.62
77
github.com/gorilla/websocket v1.5.3
8-
github.com/labstack/echo/v4 v4.12.0
8+
github.com/labstack/echo/v4 v4.13.3
99
github.com/redis/go-redis/v9 v9.7.0
1010
github.com/thanhpk/randstr v1.0.6
11-
github.com/vektah/gqlparser/v2 v2.5.18
11+
github.com/vektah/gqlparser/v2 v2.5.21
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)