Skip to content

Commit 6d98dd4

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.0 as builder
33

44
WORKDIR /source
55
# Copy the Go Modules manifests

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.21
44

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

1515
require (

0 commit comments

Comments
 (0)