Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 30db324

Browse files
committed
chore(deps): Bump aws-go-lambda-api-proxy dependency version in sample
1 parent 22522d9 commit 30db324

File tree

2 files changed

+190
-619
lines changed

2 files changed

+190
-619
lines changed

sample/go.mod

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,12 @@ module github.com/awslabs/aws-lambda-go-api-proxy-sample
33
go 1.12
44

55
require (
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
6+
github.com/aws/aws-lambda-go v1.41.0
7+
github.com/awslabs/aws-lambda-go-api-proxy v0.16.0
8+
github.com/gin-gonic/gin v1.9.1
109
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
13-
github.com/onsi/gomega v1.19.0 // indirect
14-
github.com/ugorji/go/codec v1.2.10 // indirect
15-
golang.org/x/arch v0.2.0 // indirect
16-
golang.org/x/crypto v0.6.0 // indirect
10+
github.com/kr/pretty v0.3.0 // indirect
11+
github.com/rogpeppe/go-internal v1.8.0 // indirect
1712
)
1813

1914
replace (

0 commit comments

Comments
 (0)