Skip to content

Commit

Permalink
update echo
Browse files Browse the repository at this point in the history
  • Loading branch information
kecci committed Jul 26, 2022
1 parent 9315981 commit 55f8841
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 69 deletions.
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ go 1.14
require (
github.com/Masterminds/squirrel v1.2.0
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/bxcodec/faker v2.0.1+incompatible
github.com/eapache/go-resiliency v1.2.0
github.com/go-openapi/spec v0.20.2 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/labstack/echo/v4 v4.1.16
github.com/labstack/echo/v4 v4.7.2
github.com/magiconair/properties v1.8.4 // indirect
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/ory/viper v1.7.5
Expand All @@ -21,13 +20,11 @@ require (
github.com/spf13/cobra v0.0.7
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.7.0
go.uber.org/fx v1.11.0
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
golang.org/x/tools v0.0.0-20201208062317-e652b2f42cc7 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gorm.io/driver/mysql v1.0.5
Expand Down
Loading

0 comments on commit 55f8841

Please sign in to comment.