1
- # github.com/aws/aws-lambda-go v1.13.2
2
- github.com/aws/aws-lambda-go/events
3
- github.com/aws/aws-lambda-go/lambdacontext
4
- # github.com/awslabs/aws-lambda-go-api-proxy v0.4.1
5
- github.com/awslabs/aws-lambda-go-api-proxy/gin
6
- github.com/awslabs/aws-lambda-go-api-proxy/core
7
1
# github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3
8
2
github.com/gin-contrib/sse
9
3
# github.com/gin-gonic/gin v1.4.0
@@ -25,12 +19,14 @@ github.com/hpcloud/tail/winfile
25
19
github.com/json-iterator/go
26
20
# github.com/labstack/echo v3.3.10+incompatible
27
21
github.com/labstack/echo
22
+ # github.com/labstack/echo/v4 v4.1.16
23
+ github.com/labstack/echo/v4
28
24
# github.com/labstack/gommon v0.3.0
29
25
github.com/labstack/gommon/color
30
26
github.com/labstack/gommon/log
31
- # github.com/mattn/go-colorable v0.1.2
27
+ # github.com/mattn/go-colorable v0.1.6
32
28
github.com/mattn/go-colorable
33
- # github.com/mattn/go-isatty v0.0.9
29
+ # github.com/mattn/go-isatty v0.0.12
34
30
github.com/mattn/go-isatty
35
31
# github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
36
32
github.com/modern-go/concurrent
@@ -40,74 +36,80 @@ github.com/modern-go/reflect2
40
36
github.com/onsi/ginkgo
41
37
github.com/onsi/ginkgo/config
42
38
github.com/onsi/ginkgo/internal/codelocation
39
+ github.com/onsi/ginkgo/internal/containernode
43
40
github.com/onsi/ginkgo/internal/failer
41
+ github.com/onsi/ginkgo/internal/leafnodes
44
42
github.com/onsi/ginkgo/internal/remote
43
+ github.com/onsi/ginkgo/internal/spec
44
+ github.com/onsi/ginkgo/internal/spec_iterator
45
+ github.com/onsi/ginkgo/internal/specrunner
45
46
github.com/onsi/ginkgo/internal/suite
46
47
github.com/onsi/ginkgo/internal/testingtproxy
47
48
github.com/onsi/ginkgo/internal/writer
48
49
github.com/onsi/ginkgo/reporters
49
50
github.com/onsi/ginkgo/reporters/stenographer
50
51
github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable
51
- github.com/onsi/ginkgo/types
52
- github.com/onsi/ginkgo/internal/spec_iterator
53
- github.com/onsi/ginkgo/internal/containernode
54
- github.com/onsi/ginkgo/internal/leafnodes
55
- github.com/onsi/ginkgo/internal/spec
56
- github.com/onsi/ginkgo/internal/specrunner
57
52
github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty
53
+ github.com/onsi/ginkgo/types
58
54
# github.com/onsi/gomega v1.7.0
59
55
github.com/onsi/gomega
56
+ github.com/onsi/gomega/format
60
57
github.com/onsi/gomega/internal/assertion
61
58
github.com/onsi/gomega/internal/asyncassertion
59
+ github.com/onsi/gomega/internal/oraclematcher
62
60
github.com/onsi/gomega/internal/testingtsupport
63
61
github.com/onsi/gomega/matchers
64
- github.com/onsi/gomega/types
65
- github.com/onsi/gomega/internal/oraclematcher
66
- github.com/onsi/gomega/format
67
62
github.com/onsi/gomega/matchers/support/goraph/bipartitegraph
68
63
github.com/onsi/gomega/matchers/support/goraph/edge
69
64
github.com/onsi/gomega/matchers/support/goraph/node
70
65
github.com/onsi/gomega/matchers/support/goraph/util
66
+ github.com/onsi/gomega/types
71
67
# github.com/tencentyun/scf-go-lib v0.0.0-20190817080819-4a2819cda320
72
- github.com/tencentyun/scf-go-lib/events
73
- github.com/tencentyun/scf-go-lib/functioncontext
74
68
github.com/tencentyun/scf-go-lib/cloudfunction
75
69
github.com/tencentyun/scf-go-lib/cloudfunction/messages
70
+ github.com/tencentyun/scf-go-lib/events
71
+ github.com/tencentyun/scf-go-lib/functioncontext
76
72
# github.com/ugorji/go v1.1.4
77
73
github.com/ugorji/go/codec
78
74
# github.com/valyala/bytebufferpool v1.0.0
79
75
github.com/valyala/bytebufferpool
80
- # github.com/valyala/fasttemplate v1.0.1
76
+ # github.com/valyala/fasttemplate v1.1.0
81
77
github.com/valyala/fasttemplate
82
- # golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7
83
- golang.org/x/crypto/acme/autocert
78
+ # golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
84
79
golang.org/x/crypto/acme
85
- # golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c
86
- golang.org/x/net/idna
87
- golang.org/x/net/html/charset
80
+ golang.org/x/crypto/acme/autocert
81
+ # golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
88
82
golang.org/x/net/html
89
83
golang.org/x/net/html/atom
90
- # golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
84
+ golang.org/x/net/html/charset
85
+ golang.org/x/net/http/httpguts
86
+ golang.org/x/net/http2
87
+ golang.org/x/net/http2/h2c
88
+ golang.org/x/net/http2/hpack
89
+ golang.org/x/net/idna
90
+ # golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
91
91
golang.org/x/sys/unix
92
- # golang.org/x/text v0.3.0
93
- golang.org/x/text/secure/bidirule
94
- golang.org/x/text/unicode/bidi
95
- golang.org/x/text/unicode/norm
92
+ # golang.org/x/text v0.3.2
96
93
golang.org/x/text/encoding
97
94
golang.org/x/text/encoding/charmap
98
95
golang.org/x/text/encoding/htmlindex
99
- golang.org/x/text/transform
100
- golang.org/x/text/encoding/internal/identifier
101
96
golang.org/x/text/encoding/internal
97
+ golang.org/x/text/encoding/internal/identifier
102
98
golang.org/x/text/encoding/japanese
103
99
golang.org/x/text/encoding/korean
104
100
golang.org/x/text/encoding/simplifiedchinese
105
101
golang.org/x/text/encoding/traditionalchinese
106
102
golang.org/x/text/encoding/unicode
107
- golang.org/x/text/language
103
+ golang.org/x/text/internal/language
104
+ golang.org/x/text/internal/language/compact
105
+ golang.org/x/text/internal/tag
108
106
golang.org/x/text/internal/utf8internal
107
+ golang.org/x/text/language
109
108
golang.org/x/text/runes
110
- golang.org/x/text/internal/tag
109
+ golang.org/x/text/secure/bidirule
110
+ golang.org/x/text/transform
111
+ golang.org/x/text/unicode/bidi
112
+ golang.org/x/text/unicode/norm
111
113
# gopkg.in/fsnotify.v1 v1.4.7
112
114
gopkg.in/fsnotify.v1
113
115
# gopkg.in/go-playground/validator.v8 v8.18.2
0 commit comments