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 Jul 5, 2024
1 parent 1c83774 commit ef0e175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.5 as builder

WORKDIR /source
# Copy the Go Modules manifests
Expand Down
10 changes: 5 additions & 5 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.49
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.1.0
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
github.com/vektah/gqlparser/v2 v2.5.16
golang.org/x/crypto v0.25.0
)

require (
Expand Down

0 comments on commit ef0e175

Please sign in to comment.