Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

chore(deps): bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 #112

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/wire v0.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/echo/v4 v4.9.0
github.com/lib/pq v1.8.0
github.com/magiconair/properties v1.8.4 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
Expand All @@ -36,10 +36,6 @@ require (
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.7
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
Expand Down
Loading