awslabs / aws-lambda-go-api-proxy

lambda-go-api-proxy makes it easy to port APIs written with Go frameworks such as Gin (https://gin-gonic.github.io/gin/ ) to AWS Lambda and Amazon API Gateway.
Apache License 2.0
1.04k stars 197 forks source link

Use go mod for dependency management #66

Open RaeesBhatti opened 4 years ago

RaeesBhatti commented 4 years ago

govendor has been archived and deprecated by it's author and they suggest using go mod to manage dependencies. I'm trying to contribute to this project and I need to update a dependency but I'm unable to do so using govendor. Please use go mod for dependency management!