Skip to content

Commit

Permalink
chore(all): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 18, 2024
1 parent d05e12e commit d65a3b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:

- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].6

- name: Set up Go
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
go-version: ${{ matrix.go-version }}

Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/AndriyKalashnykov/gqlgen-graphql-subscriptions
go 1.22

require (
github.com/99designs/gqlgen v0.17.45
github.com/99designs/gqlgen v0.17.47
github.com/gorilla/websocket v1.5.1
github.com/labstack/echo/v4 v4.11.4
github.com/labstack/echo/v4 v4.12.0
github.com/redis/go-redis/v9 v9.5.1
github.com/thanhpk/randstr v1.0.6
github.com/vektah/gqlparser/v2 v2.5.11
github.com/vektah/gqlparser/v2 v2.5.12
)

require (
Expand Down

0 comments on commit d65a3b9

Please sign in to comment.