forked from go-openapi/codescan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 849 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (23 loc) · 849 Bytes
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
module github.com/go-openapi/codescan
go 1.25.0
toolchain go1.26.1
require (
github.com/go-openapi/spec v0.22.6
github.com/go-openapi/swag/mangling v0.27.0
github.com/go-openapi/swag/yamlutils v0.27.0
github.com/go-openapi/testify/v2 v2.6.0
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/tools v0.48.0
)
require (
github.com/go-openapi/jsonpointer v0.23.1 // indirect
github.com/go-openapi/jsonreference v0.21.6 // indirect
github.com/go-openapi/swag/conv v0.27.0 // indirect
github.com/go-openapi/swag/jsonname v0.26.1 // indirect
github.com/go-openapi/swag/jsonutils v0.27.0 // indirect
github.com/go-openapi/swag/loading v0.26.1 // indirect
github.com/go-openapi/swag/stringutils v0.26.1 // indirect
github.com/go-openapi/swag/typeutils v0.27.0 // indirect
golang.org/x/mod v0.38.0 // indirect
golang.org/x/sync v0.22.0 // indirect
)