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

Failed to build, package module need to be updated #58

Open ankitpatial opened 4 years ago

ankitpatial commented 4 years ago

unable to build my app. Following error is popingup

github.com/awslabs/aws-lambda-go-api-proxy@v0.6.0 requires github.com/gorilla/mux@v0.0.0-20180120075819-c0091a029979: invalid version: git fetch -f origin refs/heads/:refs/heads/ refs/tags/:refs/tags/ in C:\Users\Ankit Patial\go\pkg\mod\cache\vcs\ebce69d65fcbb10d46c06b9a96d0b75cbef4f6fe72077ff7900bc6194bb0d703: exit status 128: fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Seems like package module need to be updated