Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Dec 28, 2020
1 parent 3e88003 commit ef9f4c3
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 8 deletions.
Binary file modified dist/function.zip
Binary file not shown.
35 changes: 29 additions & 6 deletions src/server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,34 @@ module github.com/scottwinkler/terraform-aws-petstore/src/server
go 1.13

require (
github.com/aws/aws-lambda-go v1.13.3
github.com/awslabs/aws-lambda-go-api-proxy v0.5.0
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.5.0
github.com/google/uuid v0.0.0-20171129191014-dec09d789f3d
github.com/jinzhu/gorm v1.9.11
cloud.google.com/go v0.37.4 // indirect
github.com/Bowery/prompt v0.0.0-20190419144237-972d0ceb96f5 // indirect
github.com/Joker/jade v1.0.0 // indirect
github.com/aws/aws-lambda-go v1.21.0
github.com/awslabs/aws-lambda-go-api-proxy v0.9.0
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/flosch/pongo2 v0.0.0-20190707114632-bbf5a6c351f4 // indirect
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/google/uuid v1.1.2
github.com/gorilla/schema v1.1.0 // indirect
github.com/iris-contrib/formBinder v5.0.0+incompatible // indirect
github.com/jinzhu/gorm v1.9.16
github.com/kardianos/govendor v1.0.9 // indirect
github.com/kataras/iris v11.1.1+incompatible // indirect
github.com/klauspost/cpuid v1.2.1 // indirect
github.com/labstack/echo v3.3.10+incompatible // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/scottwinkler/serverless-example v0.0.0-20181015024611-0b89e42546c3
github.com/ugorji/go v1.2.2 // indirect
github.com/urfave/cli v1.22.1 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit ef9f4c3

Please sign in to comment.