Skip to content

Instantly share code, notes, and snippets.

@mxro
Created April 17, 2021 03:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxro/8c147d7f243483877f69d04338425314 to your computer and use it in GitHub Desktop.
Save mxro/8c147d7f243483877f69d04338425314 to your computer and use it in GitHub Desktop.
Go module definition for Go Starter Project
module goldstack.party/templates/lambda-go-gin
go 1.16
require (
github.com/aws/aws-lambda-go v1.23.0
github.com/awslabs/aws-lambda-go-api-proxy v0.9.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment