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.4.0 to 1.7.7 in /aws_lambda #181

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: 4 additions & 9 deletions aws_lambda/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ require (
github.com/aws/aws-sdk-go v1.25.22
github.com/awslabs/aws-lambda-go-api-proxy v0.5.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.7.0 // indirect
github.com/gin-gonic/gin v1.4.0
github.com/go-siris/siris v7.4.0+incompatible // indirect
github.com/gin-gonic/gin v1.7.7
github.com/google/uuid v1.1.1
github.com/guregu/dynamo v1.4.1
github.com/magefile/mage v1.9.0
github.com/mattn/go-shellwords v1.0.6
github.com/oxequa/interact v0.0.0-20171114182912-f8fb5795b5d7 // indirect
github.com/oxequa/realize v2.0.2+incompatible // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
)
Loading