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

Commit b39d138

Browse files
committed
chore(deps): Bump crypto module
1 parent f47d5d6 commit b39d138

File tree

2 files changed

+794
-5
lines changed

2 files changed

+794
-5
lines changed

sample/go.mod

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,19 @@ 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.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

1621
replace (

0 commit comments

Comments
 (0)