forked from awslabs/aws-lambda-go-api-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.38 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
28
29
30
31
32
module github.com/awslabs/aws-lambda-go-api-proxy
go 1.12
require (
github.com/Bowery/prompt v0.0.0-20190419144237-972d0ceb96f5 // indirect
github.com/aws/aws-lambda-go v0.0.0-20190129190457-dcf76fe64fb6
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7
github.com/gin-gonic/gin v0.0.0-20180126034611-783c7ee9c14e
github.com/go-chi/chi v0.0.0-20180202194135-e223a795a06a
github.com/golang/protobuf v1.0.0
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
github.com/google/uuid v0.0.0-20171129191014-dec09d789f3d
github.com/gorilla/context v1.1.1
github.com/gorilla/mux v0.0.0-20180120075819-c0091a029979
github.com/json-iterator/go v0.0.0-20180128142709-bca911dae073
github.com/kardianos/govendor v1.0.9 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/echo/v4 v4.1.6
github.com/mattn/go-isatty v0.0.8
github.com/onsi/ginkgo v0.0.0-20180119174237-747514b53ddd
github.com/onsi/gomega v1.3.0
github.com/pkg/errors v0.8.1 // indirect
github.com/ugorji/go v0.0.0-20180129160544-d2b24cf3d3b4
github.com/urfave/negroni v0.0.0-20180130044549-22c5532ea862
golang.org/x/net v0.0.0-20190607181551-461777fb6f67
golang.org/x/sys v0.0.0-20190609082536-301114b31cce
golang.org/x/text v0.3.2
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.0.0
)