Skip to content

Commit b138a73

Browse files
chore(all): update all
1 parent 487baf0 commit b138a73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.20.3 as builder
2+
FROM golang:1.20.5 as builder
33

44
WORKDIR /source
55
# Copy the Go Modules manifests

go.mod

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

55
require (
6-
github.com/99designs/gqlgen v0.17.33
6+
github.com/99designs/gqlgen v0.17.34
77
github.com/dgrijalva/jwt-go v3.2.0+incompatible
88
github.com/go-chi/chi v4.1.2+incompatible
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.3
11+
github.com/vektah/gqlparser/v2 v2.5.6
1212
golang.org/x/crypto v0.10.0
1313
)
1414

0 commit comments

Comments
 (0)