Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/labstack/echo/v4 from 4.1.10 to 4.9.0 in /06/02_cloudrun_with_sql/handler #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions 06/02_cloudrun_with_sql/handler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ require (
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190828224159-d93c53a4824c
github.com/go-sql-driver/mysql v1.4.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.10
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
github.com/labstack/echo/v4 v4.9.0
)