-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 701 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module go-serverless-demo
go 1.12
require (
github.com/aws/aws-lambda-go v1.13.2
github.com/aws/aws-sdk-go v1.24.3
github.com/awslabs/aws-lambda-go-api-proxy v0.4.1
github.com/fnproject/fdk-go v0.0.0-20190904171902-ab311c7b1289
github.com/guregu/dynamo v1.4.1
github.com/labstack/echo v3.3.10+incompatible
github.com/mattn/go-isatty v0.0.8 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.5.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
golang.org/x/text v0.3.2 // indirect
)