File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM golang:1.21.7 as builder
2
+ FROM golang:1.22.5 as builder
3
3
4
4
WORKDIR /source
5
5
# 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
3
3
go 1.21
4
4
5
5
require (
6
- github.com/99designs/gqlgen v0.17.43
6
+ github.com/99designs/gqlgen v0.17.49
7
7
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
10
10
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.25 .0
13
13
)
14
14
15
15
require (
You can’t perform that action at this time.
0 commit comments