-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (24 loc) · 866 Bytes
/
go.mod
File metadata and controls
28 lines (24 loc) · 866 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
28
module github.com/go-openapi/codescan
go 1.25.0
toolchain go1.26.1
require (
github.com/go-openapi/loads v0.23.3
github.com/go-openapi/spec v0.22.4
github.com/go-openapi/swag/conv v0.25.5
github.com/go-openapi/testify/v2 v2.4.1
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/tools v0.43.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/go-openapi/jsonpointer v0.22.5 // indirect
github.com/go-openapi/jsonreference v0.21.5 // indirect
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
github.com/go-openapi/swag/loading v0.25.5 // indirect
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
golang.org/x/mod v0.34.0 // indirect
golang.org/x/sync v0.20.0 // indirect
)