File tree Expand file tree Collapse file tree 2 files changed +794
-5
lines changed
Expand file tree Collapse file tree 2 files changed +794
-5
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,19 @@ module github.com/awslabs/aws-lambda-go-api-proxy-sample
33go 1.12
44
55require (
6- github.com/aws/aws-lambda-go v1.10.0
7- github.com/awslabs/aws-lambda-go-api-proxy v0.3.0
8- github.com/gin-gonic/gin v1.7.7
9- github.com/google/uuid v1.1.1
6+ github.com/aws/aws-lambda-go v1.37.0
7+ github.com/awslabs/aws-lambda-go-api-proxy v0.14.0
8+ github.com/bytedance/sonic v1.8.2 // indirect
9+ github.com/gin-gonic/gin v1.9.0
10+ github.com/google/uuid v1.3.0
11+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
12+ github.com/leodido/go-urn v1.2.2 // indirect
1013 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
11- github.com/modern-go/reflect2 v1.0.1 // indirect
1214 github.com/onsi/ginkgo v1.16.5 // indirect
1315 github.com/onsi/gomega v1.19.0 // indirect
16+ github.com/ugorji/go/codec v1.2.10 // indirect
17+ golang.org/x/arch v0.2.0 // indirect
18+ golang.org/x/crypto v0.6.0
1419)
1520
1621replace (
You can’t perform that action at this time.
0 commit comments