We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487baf0 commit f509866Copy full SHA for f509866
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v3.5.3
+ uses: actions/checkout@v4.0.0
18
19
- name: Set up Go
20
uses: actions/[email protected]
go.mod
@@ -5,7 +5,7 @@ go 1.18
5
require (
6
github.com/99designs/gqlgen v0.17.33
7
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8
- github.com/go-chi/chi v4.1.2+incompatible
+ github.com/go-chi/chi/v5 v5.0.10
9
github.com/go-sql-driver/mysql v1.7.1
10
github.com/golang-migrate/migrate v3.5.4+incompatible
11
github.com/vektah/gqlparser/v2 v2.5.3
0 commit comments