forked from awslabs/aws-lambda-go-api-proxy
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
29 lines (27 loc) · 1.28 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
module github.com/LF-Engineering/aws-lambda-go-api-proxy
go 1.12
require (
github.com/aws/aws-lambda-go v0.0.0-20190129190457-dcf76fe64fb6
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gin-contrib/sse v0.0.0-20170109093832-22d885f9ecc7 // indirect
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.4.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v0.0.0-20180120075819-c0091a029979
github.com/json-iterator/go v0.0.0-20180128142709-bca911dae073 // indirect
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.8 // indirect
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/onsi/ginkgo v0.0.0-20180119174237-747514b53ddd
github.com/onsi/gomega v1.3.0
github.com/stretchr/testify v1.3.0 // indirect
github.com/ugorji/go v0.0.0-20180129160544-d2b24cf3d3b4 // indirect
github.com/urfave/negroni v0.0.0-20180130044549-22c5532ea862
github.com/valyala/fasttemplate v1.0.1 // indirect
golang.org/x/net v0.7.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)