Skip to content

Commit d977116

Browse files
author
kaiyan-sheng
authored
Update aws-lambda-go library version to 1.13.3 (#28236)
1 parent b891ce2 commit d977116

3 files changed

Lines changed: 112 additions & 7 deletions

File tree

NOTICE.txt

Lines changed: 105 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2626,11 +2626,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26262626

26272627
--------------------------------------------------------------------------------
26282628
Dependency : github.com/aws/aws-lambda-go
2629-
Version: v1.6.0
2629+
Version: v1.13.3
26302630
Licence type (autodetected): Apache-2.0
26312631
--------------------------------------------------------------------------------
26322632

2633-
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-lambda-go@v1.6.0/LICENSE:
2633+
Contents of probable licence file $GOMODCACHE/github.com/aws/aws-lambda-go@v1.13.3/LICENSE:
26342634

26352635

26362636
Apache License
@@ -26218,6 +26218,37 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2621826218
SOFTWARE.
2621926219

2622026220

26221+
--------------------------------------------------------------------------------
26222+
Dependency : github.com/cpuguy83/go-md2man/v2
26223+
Version: v2.0.0-20190314233015-f79a8a8ca69d
26224+
Licence type (autodetected): MIT
26225+
--------------------------------------------------------------------------------
26226+
26227+
Contents of probable licence file $GOMODCACHE/github.com/cpuguy83/go-md2man/v2@v2.0.0-20190314233015-f79a8a8ca69d/LICENSE.md:
26228+
26229+
The MIT License (MIT)
26230+
26231+
Copyright (c) 2014 Brian Goff
26232+
26233+
Permission is hereby granted, free of charge, to any person obtaining a copy
26234+
of this software and associated documentation files (the "Software"), to deal
26235+
in the Software without restriction, including without limitation the rights
26236+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26237+
copies of the Software, and to permit persons to whom the Software is
26238+
furnished to do so, subject to the following conditions:
26239+
26240+
The above copyright notice and this permission notice shall be included in all
26241+
copies or substantial portions of the Software.
26242+
26243+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26244+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26245+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26246+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26247+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26248+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26249+
SOFTWARE.
26250+
26251+
2622126252
--------------------------------------------------------------------------------
2622226253
Dependency : github.com/creack/pty
2622326254
Version: v1.1.9
@@ -39643,6 +39674,45 @@ Blackfriday is distributed under the Simplified BSD License:
3964339674
> POSSIBILITY OF SUCH DAMAGE.
3964439675

3964539676

39677+
--------------------------------------------------------------------------------
39678+
Dependency : github.com/russross/blackfriday/v2
39679+
Version: v2.0.1
39680+
Licence type (autodetected): BSD-2-Clause
39681+
--------------------------------------------------------------------------------
39682+
39683+
Contents of probable licence file $GOMODCACHE/github.com/russross/blackfriday/v2@v2.0.1/LICENSE.txt:
39684+
39685+
Blackfriday is distributed under the Simplified BSD License:
39686+
39687+
> Copyright © 2011 Russ Ross
39688+
> All rights reserved.
39689+
>
39690+
> Redistribution and use in source and binary forms, with or without
39691+
> modification, are permitted provided that the following conditions
39692+
> are met:
39693+
>
39694+
> 1. Redistributions of source code must retain the above copyright
39695+
> notice, this list of conditions and the following disclaimer.
39696+
>
39697+
> 2. Redistributions in binary form must reproduce the above
39698+
> copyright notice, this list of conditions and the following
39699+
> disclaimer in the documentation and/or other materials provided with
39700+
> the distribution.
39701+
>
39702+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
39703+
> "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
39704+
> LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
39705+
> FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
39706+
> COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
39707+
> INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
39708+
> BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
39709+
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39710+
> CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
39711+
> LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
39712+
> ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
39713+
> POSSIBILITY OF SUCH DAMAGE.
39714+
39715+
3964639716
--------------------------------------------------------------------------------
3964739717
Dependency : github.com/samuel/go-parser
3964839718
Version: v0.0.0-20130731160455-ca8abbf65d0e
@@ -40018,6 +40088,37 @@ DEALINGS IN THE SOFTWARE.
4001840088

4001940089

4002040090

40091+
--------------------------------------------------------------------------------
40092+
Dependency : github.com/shurcooL/sanitized_anchor_name
40093+
Version: v1.0.0
40094+
Licence type (autodetected): MIT
40095+
--------------------------------------------------------------------------------
40096+
40097+
Contents of probable licence file $GOMODCACHE/github.com/shurcoo!l/sanitized_anchor_name@v1.0.0/LICENSE:
40098+
40099+
MIT License
40100+
40101+
Copyright (c) 2015 Dmitri Shuralyov
40102+
40103+
Permission is hereby granted, free of charge, to any person obtaining a copy
40104+
of this software and associated documentation files (the "Software"), to deal
40105+
in the Software without restriction, including without limitation the rights
40106+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40107+
copies of the Software, and to permit persons to whom the Software is
40108+
furnished to do so, subject to the following conditions:
40109+
40110+
The above copyright notice and this permission notice shall be included in all
40111+
copies or substantial portions of the Software.
40112+
40113+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40114+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40115+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40116+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40117+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40118+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40119+
SOFTWARE.
40120+
40121+
4002140122
--------------------------------------------------------------------------------
4002240123
Dependency : github.com/sirupsen/logrus
4002340124
Version: v1.4.2
@@ -40523,11 +40624,11 @@ SOFTWARE.
4052340624

4052440625
--------------------------------------------------------------------------------
4052540626
Dependency : github.com/urfave/cli
40526-
Version: v0.0.0-20171014202726-7bc6a0acffa5
40627+
Version: v1.22.1
4052740628
Licence type (autodetected): MIT
4052840629
--------------------------------------------------------------------------------
4052940630

40530-
Contents of probable licence file $GOMODCACHE/github.com/urfave/cli@v0.0.0-20171014202726-7bc6a0acffa5/LICENSE:
40631+
Contents of probable licence file $GOMODCACHE/github.com/urfave/cli@v1.22.1/LICENSE:
4053140632

4053240633
MIT License
4053340634

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/antlr/antlr4 v0.0.0-20200820155224-be881fa6b91d
3131
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
3232
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
33-
github.com/aws/aws-lambda-go v1.6.0
33+
github.com/aws/aws-lambda-go v1.13.3
3434
github.com/aws/aws-sdk-go-v2 v0.24.0
3535
github.com/awslabs/goformation/v4 v4.1.0
3636
github.com/blakesmith/ar v0.0.0-20150311145944-8bd4349a67f2

go.sum

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ github.com/armon/go-radix v1.0.0/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgI
153153
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
154154
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
155155
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
156-
github.com/aws/aws-lambda-go v1.6.0 h1:T+u/g79zPKw1oJM7xYhvpq7i4Sjc0iVsXZUaqRVVSOg=
157-
github.com/aws/aws-lambda-go v1.6.0/go.mod h1:zUsUQhAUjYzR8AuduJPCfhBuKWUaDbQiPOG+ouzmE1A=
156+
github.com/aws/aws-lambda-go v1.13.3 h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY=
157+
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=
158158
github.com/aws/aws-sdk-go-v2 v0.24.0 h1:R0lL0krk9EyTI1vmO1ycoeceGZotSzCKO51LbPGq3rU=
159159
github.com/aws/aws-sdk-go-v2 v0.24.0/go.mod h1:2LhT7UgHOXK3UXONKI5OMgIyoQL6zTAw/jwIeX6yqzw=
160160
github.com/awslabs/goformation/v3 v3.1.0/go.mod h1:hQ5RXo3GNm2laHWKizDzU5DsDy+yNcenSca2UxN0850=
@@ -219,6 +219,7 @@ github.com/coreos/go-systemd/v22 v22.0.0/go.mod h1:xO0FLkIi5MaZafQlIrOotqXZ90ih+
219219
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea h1:n2Ltr3SrfQlf/9nOna1DoGKxLx3qTSI8Ttl6Xrqp6mw=
220220
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
221221
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
222+
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
222223
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
223224
github.com/cucumber/godog v0.8.1 h1:lVb+X41I4YDreE+ibZ50bdXmySxgRviYFgKY6Aw4XE8=
224225
github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA=
@@ -740,6 +741,7 @@ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqn
740741
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
741742
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
742743
github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
744+
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
743745
github.com/samuel/go-parser v0.0.0-20130731160455-ca8abbf65d0e h1:hUGyBE/4CXRPThr4b6kt+f1CN90no4Fs5CNrYOKYSIg=
744746
github.com/samuel/go-parser v0.0.0-20130731160455-ca8abbf65d0e/go.mod h1:Sb6li54lXV0yYEjI4wX8cucdQ9gqUJV3+Ngg3l9g30I=
745747
github.com/samuel/go-thrift v0.0.0-20140522043831-2187045faa54 h1:jbchLJWyhKcmOjkbC4zDvT/n5EEd7g6hnnF760rEyRA=
@@ -760,6 +762,7 @@ github.com/shirou/gopsutil v3.20.12+incompatible h1:6VEGkOXP/eP4o2Ilk8cSsX0PhOEf
760762
github.com/shirou/gopsutil v3.20.12+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
761763
github.com/shopspring/decimal v1.2.0 h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=
762764
github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
765+
github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc=
763766
github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc=
764767
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
765768
github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q=
@@ -809,6 +812,7 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
809812
github.com/ugorji/go/codec v1.1.8 h1:4dryPvxMP9OtkjIbuNeK2nb27M38XMHLGlfNSNph/5s=
810813
github.com/ugorji/go/codec v1.1.8/go.mod h1:X00B19HDtwvKbQY2DcYjvZxKQp8mzrJoQ6EgoIY/D2E=
811814
github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
815+
github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
812816
github.com/urso/diag v0.0.0-20200210123136-21b3cc8eb797 h1:OHNw/6pXODJAB32NujjdQO/KIYQ3KAbHQfCzH81XdCs=
813817
github.com/urso/diag v0.0.0-20200210123136-21b3cc8eb797/go.mod h1:pNWFTeQ+V1OYT/TzWpnWb6eQBdoXpdx+H+lrH97/Oyo=
814818
github.com/urso/go-bin v0.0.0-20180220135811-781c575c9f0e h1:NiofbjIUI5gR+ybDsGSVH1fWyjSeDYiYVJHT1+kcsak=

0 commit comments

Comments
 (0)