-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgo.mod
More file actions
45 lines (40 loc) · 1.61 KB
/
go.mod
File metadata and controls
45 lines (40 loc) · 1.61 KB
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
41
42
43
44
45
module github.com/swaggest/rest/_examples
go 1.18
replace github.com/swaggest/rest => ../
require (
github.com/bool64/ctxd v1.1.2
github.com/bool64/dev v0.2.10
github.com/bool64/httpmock v0.1.1
github.com/bool64/httptestbench v0.1.3
github.com/go-chi/chi/v5 v5.0.7
github.com/google/uuid v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/stretchr/testify v1.7.1
github.com/swaggest/assertjson v1.6.8
github.com/swaggest/jsonschema-go v0.3.34
github.com/swaggest/openapi-go v0.2.18
github.com/swaggest/swgui v1.4.5
github.com/swaggest/usecase v1.1.2
github.com/valyala/fasthttp v1.35.0
)
require github.com/swaggest/rest v0.0.0-00010101000000-000000000000
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bool64/shared v0.1.4 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema/v3 v3.1.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/swaggest/form/v5 v5.0.1 // indirect
github.com/swaggest/refl v1.0.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/vearutop/statigz v1.1.5 // indirect
github.com/yosuke-furukawa/json5 v0.1.2-0.20201207051438-cf7bb3f354ff // indirect
github.com/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)