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/gin-gonic/gin from 1.6.3 to 1.7.7 in /store-service #51

Open
wants to merge 1 commit into
base: master
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
13 changes: 2 additions & 11 deletions store-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@ module store-service
go 1.12

require (
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gin-gonic/gin v1.7.7
github.com/go-redis/redis/v7 v7.2.0
github.com/go-sql-driver/mysql v1.4.0
github.com/jmoiron/sqlx v1.2.0
github.com/jstemmer/go-junit-report v0.9.1 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/penglongli/gin-metrics v0.1.7 // indirect
github.com/penglongli/gin-metrics v0.1.7
github.com/stretchr/testify v1.5.1
go.elastic.co/apm/module/apmgin v1.9.0
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading