forked from swaggest/rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1019 Bytes
/
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
module github.com/swaggest/rest
go 1.17
require (
github.com/bool64/dev v0.2.22
github.com/bool64/httpmock v0.1.6
github.com/bool64/shared v0.1.5
github.com/cespare/xxhash/v2 v2.1.2
github.com/go-chi/chi/v5 v5.0.7
github.com/santhosh-tekuri/jsonschema/v3 v3.1.0
github.com/stretchr/testify v1.8.1
github.com/swaggest/assertjson v1.7.0
github.com/swaggest/form/v5 v5.0.1
github.com/swaggest/jsonschema-go v0.3.41
github.com/swaggest/openapi-go v0.2.25
github.com/swaggest/refl v1.1.0
github.com/swaggest/usecase v1.2.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/iancoleman/orderedmap v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sergi/go-diff v1.2.0 // 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.1 // indirect
)