Skip to content

Commit

Permalink
chore(all): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 6, 2024
1 parent 1c83774 commit 9c969b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21.7 as builder
FROM golang:1.22.2 as builder

WORKDIR /source
# Copy the Go Modules manifests
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/AndriyKalashnykov/graphlq-golang
go 1.21

require (
github.com/99designs/gqlgen v0.17.43
github.com/99designs/gqlgen v0.17.45
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-chi/chi/v5 v5.0.11
github.com/go-sql-driver/mysql v1.7.1
github.com/go-chi/chi/v5 v5.0.12
github.com/go-sql-driver/mysql v1.8.1
github.com/golang-migrate/migrate v3.5.4+incompatible
github.com/vektah/gqlparser/v2 v2.5.11
golang.org/x/crypto v0.18.0
golang.org/x/crypto v0.23.0
)

require (
Expand Down

0 comments on commit 9c969b7

Please sign in to comment.