forked from dan-v/awslambdaproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/dan-v/awslambdaproxy
go 1.14
require (
github.com/aws/aws-lambda-go v1.16.0
github.com/aws/aws-sdk-go v1.30.9
github.com/axw/gocov v1.0.0 // indirect
github.com/ginuerzh/gost v0.0.0-20200414134316-6e46ac03c7a7
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
github.com/matm/gocov-html v0.0.0-20191111163307-9ee104d84c82 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
)