forked from swaggest/openapi-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 704 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/swaggest/openapi-go
go 1.17
require (
github.com/bool64/dev v0.2.10
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/refl v1.0.2
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/bool64/shared v0.1.3 // indirect
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/yudai/gojsondiff v1.0.0 // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)