File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.21.5 as builder
2+ FROM golang:1.21.7 as builder
33
44WORKDIR /source
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/AndriyKalashnykov/graphlq-golang
33go 1.21
44
55require (
6- github.com/99designs/gqlgen v0.17.42
6+ github.com/99designs/gqlgen v0.17.43
77 github.com/dgrijalva/jwt-go v3.2.0+incompatible
88 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
11- github.com/vektah/gqlparser/v2 v2.5.10
12- golang.org/x/crypto v0.17 .0
11+ github.com/vektah/gqlparser/v2 v2.5.11
12+ golang.org/x/crypto v0.18 .0
1313)
1414
1515require (
You can’t perform that action at this time.
0 commit comments