Skip to content

Commit 7da1715

Browse files
Merge pull request #15 from AndriyKalashnykov/renovate/all
chore(all): update all
2 parents 37b804f + 397caa1 commit 7da1715

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818

1919
- name: Set up Go
2020
uses: actions/[email protected]

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/AndriyKalashnykov/graphlq-golang
33
go 1.18
44

55
require (
6-
github.com/99designs/gqlgen v0.17.31
6+
github.com/99designs/gqlgen v0.17.33
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
88
github.com/go-chi/chi v4.1.2+incompatible
99
github.com/go-sql-driver/mysql v1.7.1
1010
github.com/golang-migrate/migrate v3.5.4+incompatible
11-
github.com/vektah/gqlparser/v2 v2.5.1
12-
golang.org/x/crypto v0.9.0
11+
github.com/vektah/gqlparser/v2 v2.5.3
12+
golang.org/x/crypto v0.10.0
1313
)
1414

1515
require (

0 commit comments

Comments
 (0)