-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (34 loc) · 1.16 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module golambda
go 1.17
require (
github.com/aws/aws-lambda-go v1.28.0 // indirect
github.com/stretchr/testify v1.7.5
)
require github.com/swaggest/usecase v1.1.3
require (
github.com/akrylysov/algnhsa v0.12.1
github.com/swaggest/rest v0.2.29
github.com/swaggest/swgui v1.4.5
)
require (
github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.0.0-20211105192438-b53810dc28af // indirect
golang.org/x/text v0.3.6 // indirect
)
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-chi/chi/v5 v5.0.7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v3 v3.1.0 // indirect
github.com/swaggest/form/v5 v5.0.1 // indirect
github.com/swaggest/jsonschema-go v0.3.35 // indirect
github.com/swaggest/openapi-go v0.2.18 // indirect
github.com/swaggest/refl v1.1.0 // indirect
go.uber.org/zap v1.21.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)