Skip to content

Commit 4d6c776

Browse files
Merge pull request #25 from AndriyKalashnykov/renovate/all
chore(all): update all
2 parents 858fb5b + c5b803f commit 4d6c776

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.3 as builder
2+
FROM golang:1.21.5 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.39
6+
github.com/99designs/gqlgen v0.17.42
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
8-
github.com/go-chi/chi/v5 v5.0.10
8+
github.com/go-chi/chi/v5 v5.0.11
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.10
12-
golang.org/x/crypto v0.14.0
12+
golang.org/x/crypto v0.17.0
1313
)
1414

1515
require (

0 commit comments

Comments
 (0)