Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 31600ff

Browse files
committed
Update module aws/aws-lambda-go to v1.12.0
1 parent 63c55aa commit 31600ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module github.com/golangci/golangci-api
66
require (
77
github.com/Microsoft/go-winio v0.4.12 // indirect
88
github.com/ajg/form v1.5.1 // indirect
9-
github.com/aws/aws-lambda-go v1.11.1
9+
github.com/aws/aws-lambda-go v1.12.0
1010
github.com/aws/aws-sdk-go v1.20.15
1111
github.com/cenkalti/backoff v2.2.0+incompatible
1212
github.com/certifi/gocertifi v0.0.0-20190629135335-d2eda7129713 // indirect

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb
2020
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
2121
github.com/aws/aws-lambda-go v1.11.1 h1:wuOnhS5aqzPOWns71FO35PtbtBKHr4MYsPVt5qXLSfI=
2222
github.com/aws/aws-lambda-go v1.11.1/go.mod h1:Rr2SMTLeSMKgD45uep9V/NP8tnbCcySgu04cx0k/6cw=
23+
github.com/aws/aws-lambda-go v1.12.0/go.mod h1:050MeYvnG0NozqUw+ljHH9x0SwxeBnbxHVhcjn9nJFA=
2324
github.com/aws/aws-sdk-go v1.20.12 h1:xV7xfLSkiqd7JOnLlfER+Jz8kI98rAGJvtXssYkCRs4=
2425
github.com/aws/aws-sdk-go v1.20.12/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
2526
github.com/aws/aws-sdk-go v1.20.13/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=

0 commit comments

Comments
 (0)