-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathgo.mod
More file actions
33 lines (30 loc) · 1.14 KB
/
go.mod
File metadata and controls
33 lines (30 loc) · 1.14 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
module github.com/go-openapi/validate
require (
github.com/go-openapi/analysis v0.24.2
github.com/go-openapi/errors v0.22.6
github.com/go-openapi/jsonpointer v0.22.4
github.com/go-openapi/loads v0.23.2
github.com/go-openapi/spec v0.22.3
github.com/go-openapi/strfmt v0.25.0
github.com/go-openapi/swag/conv v0.25.4
github.com/go-openapi/swag/fileutils v0.25.4
github.com/go-openapi/swag/jsonutils v0.25.4
github.com/go-openapi/swag/stringutils v0.25.4
github.com/go-openapi/testify/v2 v2.4.0
go.yaml.in/yaml/v3 v3.0.4
)
require (
github.com/go-openapi/jsonreference v0.21.4 // indirect
github.com/go-openapi/swag/jsonname v0.25.4 // indirect
github.com/go-openapi/swag/loading v0.25.4 // indirect
github.com/go-openapi/swag/mangling v0.25.4 // indirect
github.com/go-openapi/swag/typeutils v0.25.4 // indirect
github.com/go-openapi/swag/yamlutils v0.25.4 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/oklog/ulid v1.3.1 // indirect
go.mongodb.org/mongo-driver v1.17.6 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/text v0.32.0 // indirect
)
go 1.24.0