Skip to content

Commit a730ba4

Browse files
chore(all): update all
1 parent 1c83774 commit a730ba4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.21.7 as builder
2+
FROM golang:1.22.5 as builder
33

44
WORKDIR /source
55
# Copy the Go Modules manifests

go.mod

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

55
require (
6-
github.com/99designs/gqlgen v0.17.43
6+
github.com/99designs/gqlgen v0.17.49
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8-
github.com/go-chi/chi/v5 v5.0.11
9-
github.com/go-sql-driver/mysql v1.7.1
8+
github.com/go-chi/chi/v5 v5.1.0
9+
github.com/go-sql-driver/mysql v1.8.1
1010
github.com/golang-migrate/migrate v3.5.4+incompatible
11-
github.com/vektah/gqlparser/v2 v2.5.11
12-
golang.org/x/crypto v0.18.0
11+
github.com/vektah/gqlparser/v2 v2.5.16
12+
golang.org/x/crypto v0.24.0
1313
)
1414

1515
require (

0 commit comments

Comments
 (0)